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 3334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3345 '../components/mime_util/mime_util.gyp:mime_util', | 3345 '../components/mime_util/mime_util.gyp:mime_util', |
3346 '../components/tracing.gyp:tracing', | 3346 '../components/tracing.gyp:tracing', |
3347 '../components/url_formatter/url_formatter.gyp:url_formatter', | 3347 '../components/url_formatter/url_formatter.gyp:url_formatter', |
3348 '../content/content.gyp:content_browser', | 3348 '../content/content.gyp:content_browser', |
3349 '../content/content.gyp:content_common', | 3349 '../content/content.gyp:content_common', |
3350 '../courgette/courgette.gyp:courgette_lib', | 3350 '../courgette/courgette.gyp:courgette_lib', |
3351 '../crypto/crypto.gyp:crypto', | 3351 '../crypto/crypto.gyp:crypto', |
3352 '../google_apis/google_apis.gyp:google_apis', | 3352 '../google_apis/google_apis.gyp:google_apis', |
3353 '../skia/skia.gyp:skia', | 3353 '../skia/skia.gyp:skia', |
3354 '../sql/sql.gyp:sql', | 3354 '../sql/sql.gyp:sql', |
3355 '../sync/sync.gyp:sync', | 3355 '../components/sync.gyp:sync', |
3356 '../third_party/boringssl/boringssl.gyp:boringssl', | 3356 '../third_party/boringssl/boringssl.gyp:boringssl', |
3357 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 3357 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
3358 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 3358 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
3359 '../third_party/icu/icu.gyp:icui18n', | 3359 '../third_party/icu/icu.gyp:icui18n', |
3360 '../third_party/icu/icu.gyp:icuuc', | 3360 '../third_party/icu/icu.gyp:icuuc', |
3361 '../third_party/libxml/libxml.gyp:libxml', | 3361 '../third_party/libxml/libxml.gyp:libxml', |
3362 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 3362 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
3363 '../third_party/zlib/google/zip.gyp:compression_utils', | 3363 '../third_party/zlib/google/zip.gyp:compression_utils', |
3364 '../third_party/zlib/google/zip.gyp:zip', | 3364 '../third_party/zlib/google/zip.gyp:zip', |
3365 '../third_party/zlib/zlib.gyp:minizip', | 3365 '../third_party/zlib/zlib.gyp:minizip', |
(...skipping 13 matching lines...) Expand all Loading... |
3379 '..', | 3379 '..', |
3380 '<(INTERMEDIATE_DIR)', | 3380 '<(INTERMEDIATE_DIR)', |
3381 # Needed by chrome_content_renderer_client.cc. & | 3381 # Needed by chrome_content_renderer_client.cc. & |
3382 # plugin_info_message_filter.cc. | 3382 # plugin_info_message_filter.cc. |
3383 '<(SHARED_INTERMEDIATE_DIR)', | 3383 '<(SHARED_INTERMEDIATE_DIR)', |
3384 ], | 3384 ], |
3385 'export_dependent_settings': [ | 3385 'export_dependent_settings': [ |
3386 '../components/components.gyp:autofill_core_browser', | 3386 '../components/components.gyp:autofill_core_browser', |
3387 '../content/content.gyp:content_browser', | 3387 '../content/content.gyp:content_browser', |
3388 '../sql/sql.gyp:sql', | 3388 '../sql/sql.gyp:sql', |
3389 '../sync/sync.gyp:sync', | 3389 '../components/sync.gyp:sync', |
3390 ], | 3390 ], |
3391 # sources applied to all configurations | 3391 # sources applied to all configurations |
3392 'sources': [ | 3392 'sources': [ |
3393 '<@(chrome_browser_undo_sources)', | 3393 '<@(chrome_browser_undo_sources)', |
3394 ], | 3394 ], |
3395 'includes': [ | 3395 'includes': [ |
3396 # Disable LTO due to ELF section name out of range | 3396 # Disable LTO due to ELF section name out of range |
3397 # crbug.com/422251 | 3397 # crbug.com/422251 |
3398 '../build/android/disable_gcc_lto.gypi', | 3398 '../build/android/disable_gcc_lto.gypi', |
3399 ], | 3399 ], |
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4347 '../components/components.gyp:rlz', | 4347 '../components/components.gyp:rlz', |
4348 '../components/components.gyp:search_engines', | 4348 '../components/components.gyp:search_engines', |
4349 '../rlz/rlz.gyp:rlz_lib', | 4349 '../rlz/rlz.gyp:rlz_lib', |
4350 'common', | 4350 'common', |
4351 ], | 4351 ], |
4352 }, | 4352 }, |
4353 ], | 4353 ], |
4354 }], | 4354 }], |
4355 ], | 4355 ], |
4356 } | 4356 } |
OLD | NEW |