| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |