| OLD | NEW |
| 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 21 matching lines...) Expand all Loading... |
| 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 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', |
| 42 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', |
| 42 ], | 43 ], |
| 43 'include_dirs': [ | 44 'include_dirs': [ |
| 44 '..', | 45 '..', |
| 45 ], | 46 ], |
| 46 'sources': [ | 47 'sources': [ |
| 47 'shell/geolocation/shell_access_token_store.cc', | 48 'shell/geolocation/shell_access_token_store.cc', |
| 48 'shell/geolocation/shell_access_token_store.h', | 49 'shell/geolocation/shell_access_token_store.h', |
| 49 'shell/paths_mac.h', | 50 'shell/paths_mac.h', |
| 50 'shell/paths_mac.mm', | 51 'shell/paths_mac.mm', |
| 51 'shell/shell.cc', | 52 'shell/shell.cc', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'type': 'executable', | 280 'type': 'executable', |
| 280 'mac_bundle': 1, | 281 'mac_bundle': 1, |
| 281 'defines!': ['CONTENT_IMPLEMENTATION'], | 282 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 282 'variables': { | 283 'variables': { |
| 283 'chromium_code': 1, | 284 'chromium_code': 1, |
| 284 }, | 285 }, |
| 285 'dependencies': [ | 286 'dependencies': [ |
| 286 'content_shell_lib', | 287 'content_shell_lib', |
| 287 'content_shell_pak', | 288 'content_shell_pak', |
| 288 '../third_party/mesa/mesa.gyp:osmesa', | 289 '../third_party/mesa/mesa.gyp:osmesa', |
| 289 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner_resources', | |
| 290 ], | 290 ], |
| 291 'include_dirs': [ | 291 'include_dirs': [ |
| 292 '..', | 292 '..', |
| 293 ], | 293 ], |
| 294 'sources': [ | 294 'sources': [ |
| 295 'app/startup_helper_win.cc', | 295 'app/startup_helper_win.cc', |
| 296 'shell/shell_main.cc', | 296 'shell/shell_main.cc', |
| 297 ], | 297 ], |
| 298 'mac_bundle_resources': [ | 298 'mac_bundle_resources': [ |
| 299 'shell/mac/app.icns', | 299 'shell/mac/app.icns', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 'resource_dir': '../res', | 638 'resource_dir': '../res', |
| 639 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 639 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 640 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 640 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 641 }, | 641 }, |
| 642 'includes': [ '../build/java_apk.gypi' ], | 642 'includes': [ '../build/java_apk.gypi' ], |
| 643 }, | 643 }, |
| 644 ], | 644 ], |
| 645 }], # OS=="android" | 645 }], # OS=="android" |
| 646 ] | 646 ] |
| 647 } | 647 } |
| OLD | NEW |