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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2534883002: Extract ArcTermsOfServiceNegotiator implementation. (Closed)
Patch Set: Address comments Created 4 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4260 matching lines...) Expand 10 before | Expand all | Expand 10 after
4271 "extensions/extension_action_test_util.cc", 4271 "extensions/extension_action_test_util.cc",
4272 "extensions/extension_action_test_util.h", 4272 "extensions/extension_action_test_util.h",
4273 ] 4273 ]
4274 deps += [ "//extensions:test_support" ] 4274 deps += [ "//extensions:test_support" ]
4275 } 4275 }
4276 4276
4277 if (is_chromeos) { 4277 if (is_chromeos) {
4278 sources += [ 4278 sources += [
4279 "chromeos/app_mode/fake_cws.cc", 4279 "chromeos/app_mode/fake_cws.cc",
4280 "chromeos/app_mode/fake_cws.h", 4280 "chromeos/app_mode/fake_cws.h",
4281 "chromeos/arc/extensions/fake_arc_support.cc",
4282 "chromeos/arc/extensions/fake_arc_support.h",
4281 "chromeos/file_manager/fake_disk_mount_manager.cc", 4283 "chromeos/file_manager/fake_disk_mount_manager.cc",
4282 "chromeos/file_manager/fake_disk_mount_manager.h", 4284 "chromeos/file_manager/fake_disk_mount_manager.h",
4283 "chromeos/input_method/mock_candidate_window_controller.cc", 4285 "chromeos/input_method/mock_candidate_window_controller.cc",
4284 "chromeos/input_method/mock_candidate_window_controller.h", 4286 "chromeos/input_method/mock_candidate_window_controller.h",
4285 "chromeos/input_method/mock_input_method_engine.cc", 4287 "chromeos/input_method/mock_input_method_engine.cc",
4286 "chromeos/input_method/mock_input_method_engine.h", 4288 "chromeos/input_method/mock_input_method_engine.h",
4287 "chromeos/input_method/mock_input_method_manager.cc", 4289 "chromeos/input_method/mock_input_method_manager.cc",
4288 "chromeos/input_method/mock_input_method_manager.h", 4290 "chromeos/input_method/mock_input_method_manager.h",
4289 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", 4291 "chromeos/login/screens/mock_device_disabled_screen_actor.cc",
4290 "chromeos/login/screens/mock_device_disabled_screen_actor.h", 4292 "chromeos/login/screens/mock_device_disabled_screen_actor.h",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4445 # linking all of the test support. 4447 # linking all of the test support.
4446 static_library("pepper_cdm_test_constants") { 4448 static_library("pepper_cdm_test_constants") {
4447 testonly = true 4449 testonly = true
4448 visibility = [ "//chrome/*" ] 4450 visibility = [ "//chrome/*" ]
4449 sources = [ 4451 sources = [
4450 "media/pepper_cdm_test_constants.cc", 4452 "media/pepper_cdm_test_constants.cc",
4451 "media/pepper_cdm_test_constants.h", 4453 "media/pepper_cdm_test_constants.h",
4452 ] 4454 ]
4453 } 4455 }
4454 } 4456 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698