Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1555)

Unified Diff: ui/views/examples/examples_main.cc

Issue 11421176: views: Create views_examples_exe target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples_main.cc
diff --git a/chrome/test/data/extensions/platform_apps/minimal_id/main.js b/ui/views/examples/examples_main.cc
similarity index 77%
copy from chrome/test/data/extensions/platform_apps/minimal_id/main.js
copy to ui/views/examples/examples_main.cc
index b5a7055026ebd7da3e90f3fcdbeb74710fe51a28..488046926985de26e157f4f5b7d681bdb9184bbf 100644
--- a/chrome/test/data/extensions/platform_apps/minimal_id/main.js
+++ b/ui/views/examples/examples_main.cc
@@ -2,4 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.test.sendMessage('Launched');
+int main(int argc, char** argv) {
+ return 0;
+}
« no previous file with comments | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698