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

Side by Side Diff: content/content_shell.gypi

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'includes': [ '../build/grit_action.gypi' ], 239 'includes': [ '../build/grit_action.gypi' ],
240 }, 240 },
241 ], 241 ],
242 }, 242 },
243 { 243 {
244 # We build a minimal set of resources so WebKit in content_shell has 244 # We build a minimal set of resources so WebKit in content_shell has
245 # access to necessary resources. 245 # access to necessary resources.
246 'target_name': 'content_shell_pak', 246 'target_name': 'content_shell_pak',
247 'type': 'none', 247 'type': 'none',
248 'dependencies': [ 248 'dependencies': [
249 'browser/debugger/devtools_resources.gyp:devtools_resources', 249 'browser/devtools/devtools_resources.gyp:devtools_resources',
250 'content_shell_resources', 250 'content_shell_resources',
251 '<(DEPTH)/ui/ui.gyp:ui_resources', 251 '<(DEPTH)/ui/ui.gyp:ui_resources',
252 ], 252 ],
253 'variables': { 253 'variables': {
254 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 254 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
255 }, 255 },
256 'actions': [ 256 'actions': [
257 { 257 {
258 'action_name': 'repack_content_shell_pack', 258 'action_name': 'repack_content_shell_pack',
259 'variables': { 259 'variables': {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'resource_dir': '../res', 647 'resource_dir': '../res',
648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
650 }, 650 },
651 'includes': [ '../build/java_apk.gypi' ], 651 'includes': [ '../build/java_apk.gypi' ],
652 }, 652 },
653 ], 653 ],
654 }], # OS=="android" 654 }], # OS=="android"
655 ] 655 ]
656 } 656 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698