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

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

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Remove (c) from copyright headers on new files Created 4 years, 6 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "common/layout_test/layout_test_content_client.h", 152 "common/layout_test/layout_test_content_client.h",
153 "common/layout_test/layout_test_messages.cc", 153 "common/layout_test/layout_test_messages.cc",
154 "common/layout_test/layout_test_messages.h", 154 "common/layout_test/layout_test_messages.h",
155 "common/layout_test/layout_test_switches.cc", 155 "common/layout_test/layout_test_switches.cc",
156 "common/layout_test/layout_test_switches.h", 156 "common/layout_test/layout_test_switches.h",
157 "common/leak_detection_result.h", 157 "common/leak_detection_result.h",
158 "common/shell_content_client.cc", 158 "common/shell_content_client.cc",
159 "common/shell_content_client.h", 159 "common/shell_content_client.h",
160 "common/shell_messages.cc", 160 "common/shell_messages.cc",
161 "common/shell_messages.h", 161 "common/shell_messages.h",
162 "common/shell_origin_trial_policy.cc",
163 "common/shell_origin_trial_policy.h",
162 "common/shell_switches.cc", 164 "common/shell_switches.cc",
163 "common/shell_switches.h", 165 "common/shell_switches.h",
164 "common/shell_test_configuration.cc", 166 "common/shell_test_configuration.cc",
165 "common/shell_test_configuration.h", 167 "common/shell_test_configuration.h",
166 "renderer/layout_test/blink_test_helpers.cc", 168 "renderer/layout_test/blink_test_helpers.cc",
167 "renderer/layout_test/blink_test_helpers.h", 169 "renderer/layout_test/blink_test_helpers.h",
168 "renderer/layout_test/blink_test_runner.cc", 170 "renderer/layout_test/blink_test_runner.cc",
169 "renderer/layout_test/blink_test_runner.h", 171 "renderer/layout_test/blink_test_runner.h",
170 "renderer/layout_test/layout_test_content_renderer_client.cc", 172 "renderer/layout_test/layout_test_content_renderer_client.cc",
171 "renderer/layout_test/layout_test_content_renderer_client.h", 173 "renderer/layout_test/layout_test_content_renderer_client.h",
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "{{bundle_resources_dir}}/{{source_file_part}}", 722 "{{bundle_resources_dir}}/{{source_file_part}}",
721 ] 723 ]
722 } 724 }
723 } 725 }
724 726
725 mojom("mojo_bindings") { 727 mojom("mojo_bindings") {
726 sources = [ 728 sources = [
727 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 729 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
728 ] 730 ]
729 } 731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698