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

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

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Revert back to original check in didUpdateName 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
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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "stats_collection_controller.cc", 371 "stats_collection_controller.cc",
372 "stats_collection_controller.h", 372 "stats_collection_controller.h",
373 "stats_collection_observer.cc", 373 "stats_collection_observer.cc",
374 "stats_collection_observer.h", 374 "stats_collection_observer.h",
375 "text_input_client_observer.cc", 375 "text_input_client_observer.cc",
376 "text_input_client_observer.h", 376 "text_input_client_observer.h",
377 "theme_helper_mac.h", 377 "theme_helper_mac.h",
378 "theme_helper_mac.mm", 378 "theme_helper_mac.mm",
379 "top_level_blame_context.cc", 379 "top_level_blame_context.cc",
380 "top_level_blame_context.h", 380 "top_level_blame_context.h",
381 "unique_name_helper.cc",
382 "unique_name_helper.h",
381 "web_frame_utils.cc", 383 "web_frame_utils.cc",
382 "web_frame_utils.h", 384 "web_frame_utils.h",
383 "web_ui_extension.cc", 385 "web_ui_extension.cc",
384 "web_ui_extension.h", 386 "web_ui_extension.h",
385 "web_ui_extension_data.cc", 387 "web_ui_extension_data.cc",
386 "web_ui_extension_data.h", 388 "web_ui_extension_data.h",
387 "webclipboard_impl.cc", 389 "webclipboard_impl.cc",
388 "webclipboard_impl.h", 390 "webclipboard_impl.h",
389 "webgraphicscontext3d_provider_impl.cc", 391 "webgraphicscontext3d_provider_impl.cc",
390 "webgraphicscontext3d_provider_impl.h", 392 "webgraphicscontext3d_provider_impl.h",
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 945 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 946 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 947 }
946 948
947 if (!is_component_build) { 949 if (!is_component_build) {
948 public_deps = [ 950 public_deps = [
949 ":renderer", 951 ":renderer",
950 ] 952 ]
951 } 953 }
952 } 954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698