| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/sysroot.gni") | 7 import("//build/config/sysroot.gni") |
| 8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 | 10 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "//courgette:courgette_lib", | 49 "//courgette:courgette_lib", |
| 50 "//extensions/features", | 50 "//extensions/features", |
| 51 "//ipc", | 51 "//ipc", |
| 52 "//media", | 52 "//media", |
| 53 "//net:net_with_v8", | 53 "//net:net_with_v8", |
| 54 "//printing/features", | 54 "//printing/features", |
| 55 "//services/service_manager/public/cpp", | 55 "//services/service_manager/public/cpp", |
| 56 "//skia", | 56 "//skia", |
| 57 "//sql", | 57 "//sql", |
| 58 "//third_party/libxml", | 58 "//third_party/libxml", |
| 59 "//third_party/zlib/google:zip", |
| 59 ] | 60 ] |
| 60 | 61 |
| 61 if (!is_android) { | 62 if (!is_android) { |
| 62 sources += [ | 63 sources += [ |
| 63 "importer/bookmark_html_reader.cc", | 64 "importer/bookmark_html_reader.cc", |
| 64 "importer/bookmark_html_reader.h", | 65 "importer/bookmark_html_reader.h", |
| 65 "importer/bookmarks_file_importer.cc", | 66 "importer/bookmarks_file_importer.cc", |
| 66 "importer/bookmarks_file_importer.h", | 67 "importer/bookmarks_file_importer.h", |
| 67 "importer/edge_database_reader_win.cc", | 68 "importer/edge_database_reader_win.cc", |
| 68 "importer/edge_database_reader_win.h", | 69 "importer/edge_database_reader_win.h", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 deps += [ "//chrome/utility/safe_browsing/mac" ] | 187 deps += [ "//chrome/utility/safe_browsing/mac" ] |
| 187 } | 188 } |
| 188 | 189 |
| 189 if (!is_android) { | 190 if (!is_android) { |
| 190 sources += [ | 191 sources += [ |
| 191 "media_router/dial_device_description_parser_impl.cc", | 192 "media_router/dial_device_description_parser_impl.cc", |
| 192 "media_router/dial_device_description_parser_impl.h", | 193 "media_router/dial_device_description_parser_impl.h", |
| 193 ] | 194 ] |
| 194 } | 195 } |
| 195 } | 196 } |
| OLD | NEW |