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

Side by Side Diff: content/content_shell.gypi

Issue 11189095: [content shell] reenable window.internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/webkit_test_runner.cc » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 20 matching lines...) Expand all
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../ipc/ipc.gyp:ipc', 32 '../ipc/ipc.gyp:ipc',
33 '../media/media.gyp:media', 33 '../media/media.gyp:media',
34 '../net/net.gyp:net', 34 '../net/net.gyp:net',
35 '../net/net.gyp:net_resources', 35 '../net/net.gyp:net_resources',
36 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
37 '../ui/ui.gyp:ui', 37 '../ui/ui.gyp:ui',
38 '../v8/tools/gyp/v8.gyp:v8', 38 '../v8/tools/gyp/v8.gyp:v8',
39 '../webkit/support/webkit_support.gyp:webkit_support', 39 '../webkit/support/webkit_support.gyp:webkit_support',
40 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 40 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
41 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ',
41 ], 42 ],
42 'include_dirs': [ 43 'include_dirs': [
43 '..', 44 '..',
44 ], 45 ],
45 'sources': [ 46 'sources': [
46 'shell/geolocation/shell_access_token_store.cc', 47 'shell/geolocation/shell_access_token_store.cc',
47 'shell/geolocation/shell_access_token_store.h', 48 'shell/geolocation/shell_access_token_store.h',
48 'shell/paths_mac.h', 49 'shell/paths_mac.h',
49 'shell/paths_mac.mm', 50 'shell/paths_mac.mm',
50 'shell/shell.cc', 51 'shell/shell.cc',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'resource_dir': '../res', 640 'resource_dir': '../res',
640 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 641 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
641 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 642 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
642 }, 643 },
643 'includes': [ '../build/java_apk.gypi' ], 644 'includes': [ '../build/java_apk.gypi' ],
644 }, 645 },
645 ], 646 ],
646 }], # OS=="android" 647 }], # OS=="android"
647 ] 648 ]
648 } 649 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698