| 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 'conditions': [ | 5 'conditions': [ |
| 6 # Dummy target to allow chrome to require chrome_dll to build | 6 # Dummy target to allow chrome to require chrome_dll to build |
| 7 # without actually linking to the library | 7 # without actually linking to the library |
| 8 ['OS=="mac"', { | 8 ['OS=="mac"', { |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'app/chrome_main_delegate.h', | 116 'app/chrome_main_delegate.h', |
| 117 'app/chrome_main_mac.h', | 117 'app/chrome_main_mac.h', |
| 118 'app/chrome_main_mac.mm', | 118 'app/chrome_main_mac.mm', |
| 119 'app/close_handle_hook_win.cc', | 119 'app/close_handle_hook_win.cc', |
| 120 'app/close_handle_hook_win.h', | 120 'app/close_handle_hook_win.h', |
| 121 'app/delay_load_hook_win.cc', | 121 'app/delay_load_hook_win.cc', |
| 122 'app/delay_load_hook_win.h', | 122 'app/delay_load_hook_win.h', |
| 123 ], | 123 ], |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 '<@(chromium_browser_dependencies)', | 125 '<@(chromium_browser_dependencies)', |
| 126 '../components/components.gyp:crash_component', | |
| 127 '../content/content.gyp:content_app_browser', | 126 '../content/content.gyp:content_app_browser', |
| 128 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', | |
| 129 ], | 127 ], |
| 130 'conditions': [ | 128 'conditions': [ |
| 131 ['OS=="win"', { | 129 ['OS=="win"', { |
| 132 'dependencies': [ | 130 'dependencies': [ |
| 133 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', | 131 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
| 134 ], | 132 ], |
| 135 }], | 133 }], |
| 136 ['OS=="win" and configuration_policy==1', { | 134 ['OS=="win" and configuration_policy==1', { |
| 137 'dependencies': [ | 135 'dependencies': [ |
| 138 '<(DEPTH)/components/components.gyp:policy', | 136 '<(DEPTH)/components/components.gyp:policy', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 158 'chrome_version_resources', | 156 'chrome_version_resources', |
| 159 '../base/trace_event/etw_manifest/etw_manifest.gyp:etw_manifest'
, | 157 '../base/trace_event/etw_manifest/etw_manifest.gyp:etw_manifest'
, |
| 160 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', | 158 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', |
| 161 '../content/app/resources/content_resources.gyp:content_resource
s', | 159 '../content/app/resources/content_resources.gyp:content_resource
s', |
| 162 '../crypto/crypto.gyp:crypto', | 160 '../crypto/crypto.gyp:crypto', |
| 163 '../net/net.gyp:net_resources', | 161 '../net/net.gyp:net_resources', |
| 164 '../ui/views/views.gyp:views', | 162 '../ui/views/views.gyp:views', |
| 165 ], | 163 ], |
| 166 'sources': [ | 164 'sources': [ |
| 167 'app/chrome_dll.rc', | 165 'app/chrome_dll.rc', |
| 168 'app/chrome_crash_reporter_client.cc', | |
| 169 'app/chrome_crash_reporter_client.h', | |
| 170 | 166 |
| 171 # ETW Manifest. | 167 # ETW Manifest. |
| 172 '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest/chrome
_events_win.rc', | 168 '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest/chrome
_events_win.rc', |
| 173 | 169 |
| 174 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', | 170 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', |
| 175 | 171 |
| 176 # Cursors. | 172 # Cursors. |
| 177 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', | 173 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', |
| 178 ], | 174 ], |
| 179 'include_dirs': [ | 175 'include_dirs': [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 { | 343 { |
| 348 # GN version: //chrome:chrome_child | 344 # GN version: //chrome:chrome_child |
| 349 'target_name': 'chrome_child_dll', | 345 'target_name': 'chrome_child_dll', |
| 350 'type': 'shared_library', | 346 'type': 'shared_library', |
| 351 'product_name': 'chrome_child', | 347 'product_name': 'chrome_child', |
| 352 'variables': { | 348 'variables': { |
| 353 'enable_wexit_time_destructors': 1, | 349 'enable_wexit_time_destructors': 1, |
| 354 }, | 350 }, |
| 355 'dependencies': [ | 351 'dependencies': [ |
| 356 '<@(chromium_child_dependencies)', | 352 '<@(chromium_child_dependencies)', |
| 357 '../components/components.gyp:browser_watcher_client', | |
| 358 '../components/components.gyp:crash_component', | |
| 359 '../content/content.gyp:content_app_child', | 353 '../content/content.gyp:content_app_child', |
| 360 'chrome_version_resources', | 354 'chrome_version_resources', |
| 361 'policy_path_parser', | 355 'policy_path_parser', |
| 362 ], | 356 ], |
| 363 'defines': [ | 357 'defines': [ |
| 364 'CHROME_MULTIPLE_DLL_CHILD', | 358 'CHROME_MULTIPLE_DLL_CHILD', |
| 365 ], | 359 ], |
| 366 'sources': [ | 360 'sources': [ |
| 367 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
| 368 'app/chrome_crash_reporter_client.cc', | |
| 369 'app/chrome_crash_reporter_client.h', | |
| 370 'app/chrome_main.cc', | 362 'app/chrome_main.cc', |
| 371 'app/chrome_main_delegate.cc', | 363 'app/chrome_main_delegate.cc', |
| 372 'app/chrome_main_delegate.h', | 364 'app/chrome_main_delegate.h', |
| 373 'app/close_handle_hook_win.cc', | 365 'app/close_handle_hook_win.cc', |
| 374 'app/close_handle_hook_win.h', | 366 'app/close_handle_hook_win.h', |
| 375 ], | 367 ], |
| 376 'conditions': [ | 368 'conditions': [ |
| 377 ['OS=="win"', { | 369 ['OS=="win"', { |
| 378 'conditions': [ | 370 'conditions': [ |
| 379 ['chrome_pgo_phase==1', { | 371 ['chrome_pgo_phase==1', { |
| 380 'msvs_settings': { | 372 'msvs_settings': { |
| 381 'VCLinkerTool': { | 373 'VCLinkerTool': { |
| 382 'LinkTimeCodeGeneration': '2', | 374 'LinkTimeCodeGeneration': '2', |
| 383 'AdditionalOptions': [ | 375 'AdditionalOptions': [ |
| 384 '/PogoSafeMode', | 376 '/PogoSafeMode', |
| 385 ], | 377 ], |
| 386 }, | 378 }, |
| 387 }, | 379 }, |
| 388 }], | 380 }], |
| 389 ['chrome_pgo_phase==2', { | 381 ['chrome_pgo_phase==2', { |
| 390 'msvs_settings': { | 382 'msvs_settings': { |
| 391 'VCLinkerTool': { | 383 'VCLinkerTool': { |
| 392 'LinkTimeCodeGeneration': '3', | 384 'LinkTimeCodeGeneration': '3', |
| 393 }, | 385 }, |
| 394 }, | 386 }, |
| 395 }], | 387 }], |
| 396 ] | 388 ] |
| 397 }], | 389 }], |
| 398 ['OS=="win" and configuration_policy==1', { | |
| 399 'dependencies': [ | |
| 400 '<(DEPTH)/components/components.gyp:policy', | |
| 401 ], | |
| 402 }], | |
| 403 ['enable_plugins==1', { | 390 ['enable_plugins==1', { |
| 404 'dependencies': [ | 391 'dependencies': [ |
| 405 '../pdf/pdf.gyp:pdf', | 392 '../pdf/pdf.gyp:pdf', |
| 406 ], | 393 ], |
| 407 }], | 394 }], |
| 408 ], | 395 ], |
| 409 }, # target chrome_child_dll | 396 }, # target chrome_child_dll |
| 410 ], | 397 ], |
| 411 }], | 398 }], |
| 412 ], | 399 ], |
| 413 } | 400 } |
| OLD | NEW |