Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: chrome/BUILD.gn

Issue 808573003: Make devtools use common generated blink source directory instead of gen/webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing the landmine. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ] 349 ]
350 350
351 if (!is_ios && !is_android) { 351 if (!is_ios && !is_android) {
352 # New paks should be added here by default. 352 # New paks should be added here by default.
353 sources += [ 353 sources += [
354 "$root_gen_dir/chrome/component_extension_resources.pak", 354 "$root_gen_dir/chrome/component_extension_resources.pak",
355 "$root_gen_dir/chrome/options_resources.pak", 355 "$root_gen_dir/chrome/options_resources.pak",
356 "$root_gen_dir/chrome/quota_internals_resources.pak", 356 "$root_gen_dir/chrome/quota_internals_resources.pak",
357 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", 357 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
358 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", 358 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak",
359 "$root_gen_dir/webkit/devtools_resources.pak", 359 "$root_gen_dir/blink/devtools_resources.pak",
360 ] 360 ]
361 deps += [ 361 deps += [
362 "//chrome/browser/devtools:webrtc_device_provider_resources", 362 "//chrome/browser/devtools:webrtc_device_provider_resources",
363 "//chrome/browser/resources:component_extension_resources", 363 "//chrome/browser/resources:component_extension_resources",
364 "//chrome/browser/resources:options_resources", 364 "//chrome/browser/resources:options_resources",
365 "//chrome/browser/resources:quota_internals_resources", 365 "//chrome/browser/resources:quota_internals_resources",
366 "//chrome/browser/resources:sync_file_system_internals_resources", 366 "//chrome/browser/resources:sync_file_system_internals_resources",
367 "//content/browser/devtools:devtools_resources", 367 "//content/browser/devtools:devtools_resources",
368 ] 368 ]
369 } 369 }
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 "//chrome/browser", 580 "//chrome/browser",
581 "//chrome/browser/ui", 581 "//chrome/browser/ui",
582 "//chrome/plugin", 582 "//chrome/plugin",
583 "//chrome/renderer", 583 "//chrome/renderer",
584 "//chrome/utility", 584 "//chrome/utility",
585 "//components/enhanced_bookmarks", 585 "//components/enhanced_bookmarks",
586 "//content/public/app:browser", 586 "//content/public/app:browser",
587 ] 587 ]
588 } 588 }
589 } 589 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698