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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/locales.gni") | 6 import("//build/config/locales.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//chrome/chrome_repack_locales.gni") | 8 import("//chrome/chrome_repack_locales.gni") |
9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
10 | 10 |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 | 312 |
313 # TODO(GYP) if (is_chrome_branded) { | 313 # TODO(GYP) if (is_chrome_branded) { |
314 # ... copy default_apps from default_apps_list | 314 # ... copy default_apps from default_apps_list |
315 | 315 |
316 if (enable_hidpi) { | 316 if (enable_hidpi) { |
317 deps += [ ":repack_chrome_200_percent" ] | 317 deps += [ ":repack_chrome_200_percent" ] |
318 } | 318 } |
319 } | 319 } |
320 | 320 |
321 repack("packed_extra_resources") { | 321 repack("packed_extra_resources") { |
322 visibility = ":*" | 322 visibility = [ ":*" ] |
323 sources = [ | 323 sources = [ |
324 "$root_gen_dir/chrome/browser_resources.pak", | 324 "$root_gen_dir/chrome/browser_resources.pak", |
325 "$root_gen_dir/chrome/app/theme/chrome_unscaled_resources.pak", | 325 "$root_gen_dir/chrome/app/theme/chrome_unscaled_resources.pak", |
326 "$root_gen_dir/chrome/common_resources.pak", | 326 "$root_gen_dir/chrome/common_resources.pak", |
327 "$root_gen_dir/chrome/browser/resources/invalidations_resources.pak", | 327 "$root_gen_dir/chrome/browser/resources/invalidations_resources.pak", |
328 "$root_gen_dir/chrome/browser/resources/memory_internals_resources.pak", | 328 "$root_gen_dir/chrome/browser/resources/memory_internals_resources.pak", |
329 "$root_gen_dir/chrome/browser/resources/net_internals_resources.pak", | 329 "$root_gen_dir/chrome/browser/resources/net_internals_resources.pak", |
330 "$root_gen_dir/chrome/browser/resources/password_manager_internals_resources
.pak", | 330 "$root_gen_dir/chrome/browser/resources/password_manager_internals_resources
.pak", |
331 "$root_gen_dir/chrome/browser/resources/signin_internals_resources.pak", | 331 "$root_gen_dir/chrome/browser/resources/signin_internals_resources.pak", |
332 "$root_gen_dir/chrome/browser/resources/sync_internals_resources.pak", | 332 "$root_gen_dir/chrome/browser/resources/sync_internals_resources.pak", |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 | 505 |
506 # GYP version: chrome/chrome_resources.gyp:chrome_strings | 506 # GYP version: chrome/chrome_resources.gyp:chrome_strings |
507 group("strings") { | 507 group("strings") { |
508 deps = [ | 508 deps = [ |
509 "//chrome/app:chromium_strings", | 509 "//chrome/app:chromium_strings", |
510 "//chrome/app:generated_resources", | 510 "//chrome/app:generated_resources", |
511 "//chrome/app:google_chrome_strings", | 511 "//chrome/app:google_chrome_strings", |
512 "//chrome/app/resources:locale_settings", | 512 "//chrome/app/resources:locale_settings", |
513 ] | 513 ] |
514 } | 514 } |
OLD | NEW |