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

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: Move to components 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
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 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after
3305 'include_dirs': [ 3305 'include_dirs': [
3306 '<(DEPTH)/third_party/wtl/include', 3306 '<(DEPTH)/third_party/wtl/include',
3307 ], 3307 ],
3308 'dependencies': [ 3308 'dependencies': [
3309 'chrome_process_finder', 3309 'chrome_process_finder',
3310 'installer_util_strings', 3310 'installer_util_strings',
3311 '../chrome/chrome.gyp:chrome_version_header', 3311 '../chrome/chrome.gyp:chrome_version_header',
3312 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3312 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3313 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3313 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3314 '../chrome_elf/chrome_elf.gyp:dll_hash', 3314 '../chrome_elf/chrome_elf.gyp:dll_hash',
3315 '../components/components.gyp:browser_watcher_client',
3315 '../google_update/google_update.gyp:google_update', 3316 '../google_update/google_update.gyp:google_update',
3316 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3317 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3317 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3318 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3318 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3319 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3319 '../ui/views/controls/webview/webview.gyp:webview', 3320 '../ui/views/controls/webview/webview.gyp:webview',
3320 '../ui/views/views.gyp:views', 3321 '../ui/views/views.gyp:views',
3321 '../win8/win8.gyp:metro_viewer', 3322 '../win8/win8.gyp:metro_viewer',
3322 ], 3323 ],
3323 'export_dependent_settings': [ 3324 'export_dependent_settings': [
3324 '../ui/views/controls/webview/webview.gyp:webview', 3325 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'variables': { 3611 'variables': {
3611 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3612 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3612 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3613 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3613 }, 3614 },
3614 'includes': [ '../build/protoc.gypi' ] 3615 'includes': [ '../build/protoc.gypi' ]
3615 }, 3616 },
3616 ], 3617 ],
3617 },], 3618 },],
3618 ], 3619 ],
3619 } 3620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698