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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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 3358 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3369 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3370 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3370 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3371 '../third_party/libyuv/libyuv.gyp:libyuv', 3371 '../third_party/libyuv/libyuv.gyp:libyuv',
3372 '../third_party/re2/re2.gyp:re2', 3372 '../third_party/re2/re2.gyp:re2',
3373 '../third_party/smhasher/smhasher.gyp:cityhash', 3373 '../third_party/smhasher/smhasher.gyp:cityhash',
3374 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3374 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3375 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3375 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3376 '../ui/gl/gl.gyp:gl', 3376 '../ui/gl/gl.gyp:gl',
3377 '../ui/surface/surface.gyp:surface', 3377 '../ui/surface/surface.gyp:surface',
3378 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3378 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3379 '../v8/tools/gyp/v8.gyp:v8', 3379 '../v8/src/v8.gyp:v8',
3380 ], 3380 ],
3381 'sources': [ 3381 'sources': [
3382 '<@(chrome_browser_non_ios_sources)', 3382 '<@(chrome_browser_non_ios_sources)',
3383 '<@(chrome_browser_autocomplete_sources)', 3383 '<@(chrome_browser_autocomplete_sources)',
3384 '<@(chrome_browser_bookmark_sources)', 3384 '<@(chrome_browser_bookmark_sources)',
3385 '<@(chrome_browser_browser_process_sources)', 3385 '<@(chrome_browser_browser_process_sources)',
3386 '<@(chrome_browser_content_settings_sources)', 3386 '<@(chrome_browser_content_settings_sources)',
3387 '<@(chrome_browser_data_usage_sources)', 3387 '<@(chrome_browser_data_usage_sources)',
3388 '<@(chrome_browser_engagement_sources)', 3388 '<@(chrome_browser_engagement_sources)',
3389 '<@(chrome_browser_favicon_sources)', 3389 '<@(chrome_browser_favicon_sources)',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 '../components/components.gyp:rlz', 4221 '../components/components.gyp:rlz',
4222 '../components/components.gyp:search_engines', 4222 '../components/components.gyp:search_engines',
4223 '../rlz/rlz.gyp:rlz_lib', 4223 '../rlz/rlz.gyp:rlz_lib',
4224 'common', 4224 'common',
4225 ], 4225 ],
4226 }, 4226 },
4227 ], 4227 ],
4228 }], 4228 }],
4229 ], 4229 ],
4230 } 4230 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698