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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 years, 9 months 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 | « content/public/test/test_runner_support.h ('k') | content/renderer/history_entry.cc » ('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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "stats_collection_controller.cc", 370 "stats_collection_controller.cc",
371 "stats_collection_controller.h", 371 "stats_collection_controller.h",
372 "stats_collection_observer.cc", 372 "stats_collection_observer.cc",
373 "stats_collection_observer.h", 373 "stats_collection_observer.h",
374 "text_input_client_observer.cc", 374 "text_input_client_observer.cc",
375 "text_input_client_observer.h", 375 "text_input_client_observer.h",
376 "theme_helper_mac.h", 376 "theme_helper_mac.h",
377 "theme_helper_mac.mm", 377 "theme_helper_mac.mm",
378 "top_level_blame_context.cc", 378 "top_level_blame_context.cc",
379 "top_level_blame_context.h", 379 "top_level_blame_context.h",
380 "unique_name_helper.cc",
381 "unique_name_helper.h",
380 "web_frame_utils.cc", 382 "web_frame_utils.cc",
381 "web_frame_utils.h", 383 "web_frame_utils.h",
382 "web_ui_extension.cc", 384 "web_ui_extension.cc",
383 "web_ui_extension.h", 385 "web_ui_extension.h",
384 "web_ui_extension_data.cc", 386 "web_ui_extension_data.cc",
385 "web_ui_extension_data.h", 387 "web_ui_extension_data.h",
386 "webclipboard_impl.cc", 388 "webclipboard_impl.cc",
387 "webclipboard_impl.h", 389 "webclipboard_impl.h",
388 "webgraphicscontext3d_provider_impl.cc", 390 "webgraphicscontext3d_provider_impl.cc",
389 "webgraphicscontext3d_provider_impl.h", 391 "webgraphicscontext3d_provider_impl.h",
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 # For the defines in mojo_media_config. 951 # For the defines in mojo_media_config.
950 public_configs = [ "//media/mojo/services:mojo_media_config" ] 952 public_configs = [ "//media/mojo/services:mojo_media_config" ]
951 } 953 }
952 954
953 if (!is_component_build) { 955 if (!is_component_build) {
954 public_deps = [ 956 public_deps = [
955 ":renderer", 957 ":renderer",
956 ] 958 ]
957 } 959 }
958 } 960 }
OLDNEW
« no previous file with comments | « content/public/test/test_runner_support.h ('k') | content/renderer/history_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698