| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "//crypto:platform", | 250 "//crypto:platform", |
| 251 "//crypto:test_support", | 251 "//crypto:test_support", |
| 252 "//google_apis:test_support", | 252 "//google_apis:test_support", |
| 253 "//net", | 253 "//net", |
| 254 "//net:net_resources", | 254 "//net:net_resources", |
| 255 "//net:test_support", | 255 "//net:test_support", |
| 256 "//skia", | 256 "//skia", |
| 257 "//sync", | 257 "//sync", |
| 258 "//testing/gmock", | 258 "//testing/gmock", |
| 259 "//testing/gtest", | 259 "//testing/gtest", |
| 260 "//third_party/hunspell_new", | 260 "//third_party/hunspell", |
| 261 "//third_party/icu", | 261 "//third_party/icu", |
| 262 "//third_party/libpng", | 262 "//third_party/libpng", |
| 263 "//third_party/npapi", | 263 "//third_party/npapi", |
| 264 "//third_party/zlib", | 264 "//third_party/zlib", |
| 265 "//ui/base:test_support", | 265 "//ui/base:test_support", |
| 266 "//ui/resources:ui_test_pak", | 266 "//ui/resources:ui_test_pak", |
| 267 "//ui/web_dialogs:test_support", | 267 "//ui/web_dialogs:test_support", |
| 268 ] | 268 ] |
| 269 | 269 |
| 270 # Runtime dependencies | 270 # Runtime dependencies |
| (...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 rebase_path(unit_gypi_values.chrome_unit_tests_background_sources, | 1293 rebase_path(unit_gypi_values.chrome_unit_tests_background_sources, |
| 1294 ".", | 1294 ".", |
| 1295 "//chrome") | 1295 "//chrome") |
| 1296 } | 1296 } |
| 1297 if (enable_spellcheck) { | 1297 if (enable_spellcheck) { |
| 1298 sources += | 1298 sources += |
| 1299 rebase_path(unit_gypi_values.chrome_unit_tests_spellchecker_sources, | 1299 rebase_path(unit_gypi_values.chrome_unit_tests_spellchecker_sources, |
| 1300 ".", | 1300 ".", |
| 1301 "//chrome") | 1301 "//chrome") |
| 1302 if (is_mac && !is_ios) { | 1302 if (is_mac && !is_ios) { |
| 1303 deps += [ "//third_party/hunspell_new" ] | 1303 deps += [ "//third_party/hunspell" ] |
| 1304 } | 1304 } |
| 1305 } | 1305 } |
| 1306 | 1306 |
| 1307 if (enable_one_click_signin) { | 1307 if (enable_one_click_signin) { |
| 1308 sources += [ | 1308 sources += [ |
| 1309 "../browser/ui/sync/one_click_signin_sync_observer_unittest.cc", | 1309 "../browser/ui/sync/one_click_signin_sync_observer_unittest.cc", |
| 1310 "../browser/ui/sync/one_click_signin_sync_starter_unittest.cc", | 1310 "../browser/ui/sync/one_click_signin_sync_starter_unittest.cc", |
| 1311 ] | 1311 ] |
| 1312 } | 1312 } |
| 1313 | 1313 |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 # "//third_party/ocmock", # TODO(GYP) | 1570 # "//third_party/ocmock", # TODO(GYP) |
| 1571 ] | 1571 ] |
| 1572 | 1572 |
| 1573 # TODO(mark): We really want this for all non-static library targets, | 1573 # TODO(mark): We really want this for all non-static library targets, |
| 1574 # but when we tried to pull it up to the common.gypi level, it broke | 1574 # but when we tried to pull it up to the common.gypi level, it broke |
| 1575 # other things like the ui and startup tests. *shrug* | 1575 # other things like the ui and startup tests. *shrug* |
| 1576 ldflags = [ "-Wl,-ObjC" ] | 1576 ldflags = [ "-Wl,-ObjC" ] |
| 1577 } | 1577 } |
| 1578 if (!is_mac && !is_ios) { | 1578 if (!is_mac && !is_ios) { |
| 1579 deps += [ | 1579 deps += [ |
| 1580 "//third_party/hunspell_new", | 1580 "//chrome/tools/convert_dict:lib", |
| 1581 "//chrome:packed_extra_resources", | 1581 "//chrome:packed_extra_resources", |
| 1582 "//chrome:packed_resources", | 1582 "//chrome:packed_resources", |
| 1583 "//chrome/tools/convert_dict:lib", | 1583 "//third_party/hunspell", |
| 1584 ] | 1584 ] |
| 1585 } | 1585 } |
| 1586 if (is_win || is_mac) { | 1586 if (is_win || is_mac) { |
| 1587 sources += rebase_path(unit_gypi_values.chrome_unit_tests_win_mac_sources, | 1587 sources += rebase_path(unit_gypi_values.chrome_unit_tests_win_mac_sources, |
| 1588 ".", | 1588 ".", |
| 1589 "//chrome") | 1589 "//chrome") |
| 1590 } | 1590 } |
| 1591 if (is_win || is_mac || is_chromeos) { | 1591 if (is_win || is_mac || is_chromeos) { |
| 1592 sources += [ "../common/extensions/api/networking_private/networking_priva
te_crypto_unittest.cc" ] | 1592 sources += [ "../common/extensions/api/networking_private/networking_priva
te_crypto_unittest.cc" ] |
| 1593 } | 1593 } |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1760 } | 1760 } |
| 1761 | 1761 |
| 1762 if (cld_version == 0 || cld_version == 2) { | 1762 if (cld_version == 0 || cld_version == 2) { |
| 1763 # Use whatever CLD2 data access mode that the | 1763 # Use whatever CLD2 data access mode that the |
| 1764 # application embedder is using. | 1764 # application embedder is using. |
| 1765 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1765 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
| 1766 } | 1766 } |
| 1767 } | 1767 } |
| 1768 } | 1768 } |
| 1769 } | 1769 } |
| OLD | NEW |