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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 717223002: Browser watcher end-end-to-end . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkgr
Patch Set: Address Erik's comments. Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_client.cc ('k') | chrome/chrome_exe.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3335 matching lines...) Expand 10 before | Expand all | Expand 10 after
3346 'include_dirs': [ 3346 'include_dirs': [
3347 '<(DEPTH)/third_party/wtl/include', 3347 '<(DEPTH)/third_party/wtl/include',
3348 ], 3348 ],
3349 'dependencies': [ 3349 'dependencies': [
3350 'chrome_process_finder', 3350 'chrome_process_finder',
3351 'installer_util_strings', 3351 'installer_util_strings',
3352 '../chrome/chrome.gyp:chrome_version_header', 3352 '../chrome/chrome.gyp:chrome_version_header',
3353 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3353 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3354 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3354 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3355 '../chrome_elf/chrome_elf.gyp:dll_hash', 3355 '../chrome_elf/chrome_elf.gyp:dll_hash',
3356 '../components/components.gyp:browser_watcher_client',
3356 '../google_update/google_update.gyp:google_update', 3357 '../google_update/google_update.gyp:google_update',
3357 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3358 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3358 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3359 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3359 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3360 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3360 '../ui/views/controls/webview/webview.gyp:webview', 3361 '../ui/views/controls/webview/webview.gyp:webview',
3361 '../ui/views/views.gyp:views', 3362 '../ui/views/views.gyp:views',
3362 '../win8/win8.gyp:metro_viewer', 3363 '../win8/win8.gyp:metro_viewer',
3363 ], 3364 ],
3364 'export_dependent_settings': [ 3365 'export_dependent_settings': [
3365 '../ui/views/controls/webview/webview.gyp:webview', 3366 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
3634 'variables': { 3635 'variables': {
3635 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3636 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3636 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3637 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3637 }, 3638 },
3638 'includes': [ '../build/protoc.gypi' ] 3639 'includes': [ '../build/protoc.gypi' ]
3639 }, 3640 },
3640 ], 3641 ],
3641 },], 3642 },],
3642 ], 3643 ],
3643 } 3644 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_client.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698