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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1591663003: Move pre_read_field_trial_utils.h/cc to common/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'installer_util', 418 'installer_util',
419 'file_pre_reader', 419 'file_pre_reader',
420 '../base/base.gyp:base', 420 '../base/base.gyp:base',
421 '../crypto/crypto.gyp:crypto', 421 '../crypto/crypto.gyp:crypto',
422 '../breakpad/breakpad.gyp:breakpad_handler', 422 '../breakpad/breakpad.gyp:breakpad_handler',
423 '../breakpad/breakpad.gyp:breakpad_sender', 423 '../breakpad/breakpad.gyp:breakpad_sender',
424 '../chrome_elf/chrome_elf.gyp:chrome_elf', 424 '../chrome_elf/chrome_elf.gyp:chrome_elf',
425 '../components/components.gyp:crash_component', 425 '../components/components.gyp:crash_component',
426 '../components/components.gyp:crash_core_common', 426 '../components/components.gyp:crash_core_common',
427 '../components/components.gyp:flags_ui_switches', 427 '../components/components.gyp:flags_ui_switches',
428 '../components/components.gyp:startup_metric_utils_common',
428 '../sandbox/sandbox.gyp:sandbox', 429 '../sandbox/sandbox.gyp:sandbox',
429 '../third_party/kasko/kasko.gyp:kasko_features', 430 '../third_party/kasko/kasko.gyp:kasko_features',
430 '../ui/gfx/gfx.gyp:gfx', 431 '../ui/gfx/gfx.gyp:gfx',
431 '../win8/metro_driver/metro_driver.gyp:metro_driver', 432 '../win8/metro_driver/metro_driver.gyp:metro_driver',
432 '../win8/delegate_execute/delegate_execute.gyp:*', 433 '../win8/delegate_execute/delegate_execute.gyp:*',
433 ], 434 ],
434 'sources': [ 435 'sources': [
435 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 436 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
436 'app/chrome_exe.rc', 437 'app/chrome_exe.rc',
437 'common/crash_keys.cc', 438 'common/crash_keys.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'dependencies': [ 619 'dependencies': [
619 'chrome_nacl_win64', 620 'chrome_nacl_win64',
620 ], 621 ],
621 }], 622 }],
622 ], 623 ],
623 }, 624 },
624 ], 625 ],
625 }], 626 }],
626 ], 627 ],
627 } 628 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698