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

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, 1 month 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "favicon/chrome_favicon_client.cc", 372 "favicon/chrome_favicon_client.cc",
373 "favicon/chrome_favicon_client.h", 373 "favicon/chrome_favicon_client.h",
374 "favicon/fallback_icon_service_factory.cc", 374 "favicon/fallback_icon_service_factory.cc",
375 "favicon/fallback_icon_service_factory.h", 375 "favicon/fallback_icon_service_factory.h",
376 "favicon/favicon_service_factory.cc", 376 "favicon/favicon_service_factory.cc",
377 "favicon/favicon_service_factory.h", 377 "favicon/favicon_service_factory.h",
378 "favicon/favicon_utils.cc", 378 "favicon/favicon_utils.cc",
379 "favicon/favicon_utils.h", 379 "favicon/favicon_utils.h",
380 "favicon/large_icon_service_factory.cc", 380 "favicon/large_icon_service_factory.cc",
381 "favicon/large_icon_service_factory.h", 381 "favicon/large_icon_service_factory.h",
382 "field_trial_recorder_impl.cc",
383 "field_trial_recorder_impl.h",
382 "file_select_helper.cc", 384 "file_select_helper.cc",
383 "file_select_helper.h", 385 "file_select_helper.h",
384 "file_select_helper_mac.mm", 386 "file_select_helper_mac.mm",
385 "fullscreen.h", 387 "fullscreen.h",
386 "fullscreen_chromeos.cc", 388 "fullscreen_chromeos.cc",
387 "fullscreen_mac.mm", 389 "fullscreen_mac.mm",
388 "fullscreen_win.cc", 390 "fullscreen_win.cc",
389 "geolocation/chrome_access_token_store.cc", 391 "geolocation/chrome_access_token_store.cc",
390 "geolocation/chrome_access_token_store.h", 392 "geolocation/chrome_access_token_store.h",
391 "geolocation/geolocation_permission_context.cc", 393 "geolocation/geolocation_permission_context.cc",
(...skipping 3985 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 # linking all of the test support. 4379 # linking all of the test support.
4378 static_library("pepper_cdm_test_constants") { 4380 static_library("pepper_cdm_test_constants") {
4379 testonly = true 4381 testonly = true
4380 visibility = [ "//chrome/*" ] 4382 visibility = [ "//chrome/*" ]
4381 sources = [ 4383 sources = [
4382 "media/pepper_cdm_test_constants.cc", 4384 "media/pepper_cdm_test_constants.cc",
4383 "media/pepper_cdm_test_constants.h", 4385 "media/pepper_cdm_test_constants.h",
4384 ] 4386 ]
4385 } 4387 }
4386 } 4388 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/renderer/chrome_render_thread_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698