| 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 # 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 56 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
| 57 '../ui/base/ui_base.gyp:ui_base', | 57 '../ui/base/ui_base.gyp:ui_base', |
| 58 '../ui/events/events.gyp:events_base', | 58 '../ui/events/events.gyp:events_base', |
| 59 '../ui/gfx/gfx.gyp:gfx', | 59 '../ui/gfx/gfx.gyp:gfx', |
| 60 '../ui/gfx/gfx.gyp:gfx_geometry', | 60 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 61 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 61 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 62 '../ui/gl/gl.gyp:gl', | 62 '../ui/gl/gl.gyp:gl', |
| 63 '../url/url.gyp:url_lib', | 63 '../url/url.gyp:url_lib', |
| 64 '../v8/tools/gyp/v8.gyp:v8', | 64 '../v8/tools/gyp/v8.gyp:v8', |
| 65 '../webkit/storage_browser.gyp:webkit_storage_browser', | 65 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 66 '../webkit/webkit_resources.gyp:webkit_resources', | 66 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
| 67 ], | 67 ], |
| 68 'include_dirs': [ | 68 'include_dirs': [ |
| 69 '..', | 69 '..', |
| 70 ], | 70 ], |
| 71 'sources': [ | 71 'sources': [ |
| 72 # Note: sources list duplicated in GN build. | 72 # Note: sources list duplicated in GN build. |
| 73 'shell/android/shell_jni_registrar.cc', | 73 'shell/android/shell_jni_registrar.cc', |
| 74 'shell/android/shell_jni_registrar.h', | 74 'shell/android/shell_jni_registrar.h', |
| 75 'shell/android/shell_manager.cc', | 75 'shell/android/shell_manager.cc', |
| 76 'shell/android/shell_manager.h', | 76 'shell/android/shell_manager.h', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 'type': 'none', | 432 'type': 'none', |
| 433 'dependencies': [ | 433 'dependencies': [ |
| 434 'app/strings/content_strings.gyp:content_strings', | 434 'app/strings/content_strings.gyp:content_strings', |
| 435 'browser/tracing/tracing_resources.gyp:tracing_resources', | 435 'browser/tracing/tracing_resources.gyp:tracing_resources', |
| 436 'content_resources.gyp:content_resources', | 436 'content_resources.gyp:content_resources', |
| 437 'content_shell_resources', | 437 'content_shell_resources', |
| 438 '<(DEPTH)/net/net.gyp:net_resources', | 438 '<(DEPTH)/net/net.gyp:net_resources', |
| 439 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, | 439 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, |
| 440 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 440 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 441 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', | 441 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', |
| 442 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 442 '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
| 443 ], | 443 ], |
| 444 'conditions': [ | 444 'conditions': [ |
| 445 ['OS!="android"', { | 445 ['OS!="android"', { |
| 446 'dependencies': [ | 446 'dependencies': [ |
| 447 'browser/devtools/devtools_resources.gyp:devtools_resources', | 447 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 448 ], | 448 ], |
| 449 }], | 449 }], |
| 450 ], | 450 ], |
| 451 'actions': [ | 451 'actions': [ |
| 452 { | 452 { |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1096 '--destination_dir', '<(dest_dir)', | 1096 '--destination_dir', '<(dest_dir)', |
| 1097 ], | 1097 ], |
| 1098 }, | 1098 }, |
| 1099 ], | 1099 ], |
| 1100 }, | 1100 }, |
| 1101 ], | 1101 ], |
| 1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1103 ] | 1103 ] |
| 1104 } | 1104 } |
| OLD | NEW |