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

Side by Side Diff: content/content_shell.gypi

Issue 17895003: Add --expose-internals-for-testing flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move flag to be content-shell specific Created 7 years, 5 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/shell/common/shell_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'shell/notify_done_forwarder.cc', 83 'shell/notify_done_forwarder.cc',
84 'shell/notify_done_forwarder.h', 84 'shell/notify_done_forwarder.h',
85 'shell/paths_mac.h', 85 'shell/paths_mac.h',
86 'shell/paths_mac.mm', 86 'shell/paths_mac.mm',
87 'shell/renderer/shell_content_renderer_client.cc', 87 'shell/renderer/shell_content_renderer_client.cc',
88 'shell/renderer/shell_content_renderer_client.h', 88 'shell/renderer/shell_content_renderer_client.h',
89 'shell/renderer/shell_media_stream_client.cc', 89 'shell/renderer/shell_media_stream_client.cc',
90 'shell/renderer/shell_media_stream_client.h', 90 'shell/renderer/shell_media_stream_client.h',
91 'shell/renderer/shell_render_process_observer.cc', 91 'shell/renderer/shell_render_process_observer.cc',
92 'shell/renderer/shell_render_process_observer.h', 92 'shell/renderer/shell_render_process_observer.h',
93 'shell/renderer/shell_render_view_observer.cc',
94 'shell/renderer/shell_render_view_observer.h',
93 'shell/renderer/webkit_test_runner.cc', 95 'shell/renderer/webkit_test_runner.cc',
94 'shell/renderer/webkit_test_runner.h', 96 'shell/renderer/webkit_test_runner.h',
95 'shell/shell.cc', 97 'shell/shell.cc',
96 'shell/shell.h', 98 'shell/shell.h',
97 'shell/shell_android.cc', 99 'shell/shell_android.cc',
98 'shell/shell_aura.cc', 100 'shell/shell_aura.cc',
99 'shell/shell_gtk.cc', 101 'shell/shell_gtk.cc',
100 'shell/shell_mac.mm', 102 'shell/shell_mac.mm',
101 'shell/shell_win.cc', 103 'shell/shell_win.cc',
102 'shell/shell_application_mac.h', 104 'shell/shell_application_mac.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'native_lib_target': 'libcontent_shell_content_view', 710 'native_lib_target': 'libcontent_shell_content_view',
709 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 711 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
710 'asset_location': '<(ant_build_out)/content_shell/assets', 712 'asset_location': '<(ant_build_out)/content_shell/assets',
711 }, 713 },
712 'includes': [ '../build/java_apk.gypi' ], 714 'includes': [ '../build/java_apk.gypi' ],
713 }, 715 },
714 ], 716 ],
715 }], # OS=="android" 717 }], # OS=="android"
716 ] 718 ]
717 } 719 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/common/shell_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698