| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 4608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4619 sources += [ | 4619 sources += [ |
| 4620 "../browser/media_galleries/fileapi/itunes_file_util_unittest.cc", | 4620 "../browser/media_galleries/fileapi/itunes_file_util_unittest.cc", |
| 4621 "../browser/media_galleries/fileapi/picasa_file_util_unittest.cc", | 4621 "../browser/media_galleries/fileapi/picasa_file_util_unittest.cc", |
| 4622 "../utility/media_galleries/itunes_library_parser_unittest.cc", | 4622 "../utility/media_galleries/itunes_library_parser_unittest.cc", |
| 4623 "../utility/media_galleries/picasa_album_table_reader_unittest.cc", | 4623 "../utility/media_galleries/picasa_album_table_reader_unittest.cc", |
| 4624 "../utility/media_galleries/picasa_albums_indexer_unittest.cc", | 4624 "../utility/media_galleries/picasa_albums_indexer_unittest.cc", |
| 4625 "../utility/media_galleries/pmp_column_reader_unittest.cc", | 4625 "../utility/media_galleries/pmp_column_reader_unittest.cc", |
| 4626 ] | 4626 ] |
| 4627 } | 4627 } |
| 4628 if (is_win || is_mac || is_chromeos) { | 4628 if (is_win || is_mac || is_chromeos) { |
| 4629 sources += [ "../common/extensions/api/networking_private/networking_private
_crypto_unittest.cc" ] | 4629 sources += [ "../browser/extensions/api/networking_private/networking_privat
e_crypto_unittest.cc" ] |
| 4630 } | 4630 } |
| 4631 if (enable_rlz_support) { | 4631 if (enable_rlz_support) { |
| 4632 sources += [ "../browser/rlz/chrome_rlz_tracker_delegate_unittest.cc" ] | 4632 sources += [ "../browser/rlz/chrome_rlz_tracker_delegate_unittest.cc" ] |
| 4633 deps += [ | 4633 deps += [ |
| 4634 "//chrome/browser:rlz", | 4634 "//chrome/browser:rlz", |
| 4635 "//components/rlz", | 4635 "//components/rlz", |
| 4636 "//rlz:test_support", | 4636 "//rlz:test_support", |
| 4637 ] | 4637 ] |
| 4638 } | 4638 } |
| 4639 if (is_win) { | 4639 if (is_win) { |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5038 "touch_hud", | 5038 "touch_hud", |
| 5039 "ui", | 5039 "ui", |
| 5040 ] | 5040 ] |
| 5041 | 5041 |
| 5042 if (is_linux && !is_android) { | 5042 if (is_linux && !is_android) { |
| 5043 deps += [ "//components/font_service:manifest" ] | 5043 deps += [ "//components/font_service:manifest" ] |
| 5044 packaged_services += [ "font_service" ] | 5044 packaged_services += [ "font_service" ] |
| 5045 } | 5045 } |
| 5046 } | 5046 } |
| 5047 } | 5047 } |
| OLD | NEW |