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

Side by Side Diff: chrome/BUILD.gn

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Merged 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/browser/devtools/BUILD.gn » ('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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "//chrome/browser/resources:sync_internals_resources", 344 "//chrome/browser/resources:sync_internals_resources",
345 "//chrome/browser/resources:translate_internals_resources", 345 "//chrome/browser/resources:translate_internals_resources",
346 "//components/resources", 346 "//components/resources",
347 "//net:net_resources", 347 "//net:net_resources",
348 "//ui/resources", 348 "//ui/resources",
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/webkit/devtools_resources.pak",
355 "$root_gen_dir/chrome/component_extension_resources.pak", 354 "$root_gen_dir/chrome/component_extension_resources.pak",
356 "$root_gen_dir/chrome/options_resources.pak", 355 "$root_gen_dir/chrome/options_resources.pak",
357 "$root_gen_dir/chrome/quota_internals_resources.pak", 356 "$root_gen_dir/chrome/quota_internals_resources.pak",
358 "$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",
359 "$root_gen_dir/webkit/devtools_resources.pak",
359 ] 360 ]
360 deps += [ 361 deps += [
361 "//content/browser/devtools:devtools_resources", 362 "//chrome/browser/devtools:webrtc_device_provider_resources",
362 "//chrome/browser/resources:component_extension_resources", 363 "//chrome/browser/resources:component_extension_resources",
363 "//chrome/browser/resources:options_resources", 364 "//chrome/browser/resources:options_resources",
364 "//chrome/browser/resources:quota_internals_resources", 365 "//chrome/browser/resources:quota_internals_resources",
365 "//chrome/browser/resources:sync_file_system_internals_resources", 366 "//chrome/browser/resources:sync_file_system_internals_resources",
367 "//content/browser/devtools:devtools_resources",
366 ] 368 ]
367 } 369 }
368 if (!is_ios) { 370 if (!is_ios) {
369 sources += [ 371 sources += [
370 "$root_gen_dir/blink/public/resources/blink_resources.pak", 372 "$root_gen_dir/blink/public/resources/blink_resources.pak",
371 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", 373 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
372 "$root_gen_dir/content/content_resources.pak", 374 "$root_gen_dir/content/content_resources.pak",
373 ] 375 ]
374 } 376 }
375 if (is_chromeos) { 377 if (is_chromeos) {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "//chrome/browser", 580 "//chrome/browser",
579 "//chrome/browser/ui", 581 "//chrome/browser/ui",
580 "//chrome/plugin", 582 "//chrome/plugin",
581 "//chrome/renderer", 583 "//chrome/renderer",
582 "//chrome/utility", 584 "//chrome/utility",
583 "//components/enhanced_bookmarks", 585 "//components/enhanced_bookmarks",
584 "//content/public/app:browser", 586 "//content/public/app:browser",
585 ] 587 ]
586 } 588 }
587 } 589 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698