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

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

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "favicon/chrome_favicon_client.cc", 375 "favicon/chrome_favicon_client.cc",
376 "favicon/chrome_favicon_client.h", 376 "favicon/chrome_favicon_client.h",
377 "favicon/fallback_icon_service_factory.cc", 377 "favicon/fallback_icon_service_factory.cc",
378 "favicon/fallback_icon_service_factory.h", 378 "favicon/fallback_icon_service_factory.h",
379 "favicon/favicon_service_factory.cc", 379 "favicon/favicon_service_factory.cc",
380 "favicon/favicon_service_factory.h", 380 "favicon/favicon_service_factory.h",
381 "favicon/favicon_utils.cc", 381 "favicon/favicon_utils.cc",
382 "favicon/favicon_utils.h", 382 "favicon/favicon_utils.h",
383 "favicon/large_icon_service_factory.cc", 383 "favicon/large_icon_service_factory.cc",
384 "favicon/large_icon_service_factory.h", 384 "favicon/large_icon_service_factory.h",
385 "field_trial_recorder.cc",
386 "field_trial_recorder.h",
385 "file_select_helper.cc", 387 "file_select_helper.cc",
386 "file_select_helper.h", 388 "file_select_helper.h",
387 "file_select_helper_mac.mm", 389 "file_select_helper_mac.mm",
388 "fullscreen.h", 390 "fullscreen.h",
389 "fullscreen_chromeos.cc", 391 "fullscreen_chromeos.cc",
390 "fullscreen_mac.mm", 392 "fullscreen_mac.mm",
391 "fullscreen_win.cc", 393 "fullscreen_win.cc",
392 "geolocation/chrome_access_token_store.cc", 394 "geolocation/chrome_access_token_store.cc",
393 "geolocation/chrome_access_token_store.h", 395 "geolocation/chrome_access_token_store.h",
394 "geolocation/geolocation_permission_context.cc", 396 "geolocation/geolocation_permission_context.cc",
(...skipping 4042 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 # linking all of the test support. 4439 # linking all of the test support.
4438 static_library("pepper_cdm_test_constants") { 4440 static_library("pepper_cdm_test_constants") {
4439 testonly = true 4441 testonly = true
4440 visibility = [ "//chrome/*" ] 4442 visibility = [ "//chrome/*" ]
4441 sources = [ 4443 sources = [
4442 "media/pepper_cdm_test_constants.cc", 4444 "media/pepper_cdm_test_constants.cc",
4443 "media/pepper_cdm_test_constants.h", 4445 "media/pepper_cdm_test_constants.h",
4444 ] 4446 ]
4445 } 4447 }
4446 } 4448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698