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

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

Issue 2762393003: Creates translate_compact_infobar class, which holds the logic for the new translate UI (Closed)
Patch Set: a 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/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 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 "thumbnails/thumbnailing_context.cc", 1313 "thumbnails/thumbnailing_context.cc",
1314 "thumbnails/thumbnailing_context.h", 1314 "thumbnails/thumbnailing_context.h",
1315 "tracing/background_tracing_field_trial.cc", 1315 "tracing/background_tracing_field_trial.cc",
1316 "tracing/background_tracing_field_trial.h", 1316 "tracing/background_tracing_field_trial.h",
1317 "tracing/chrome_tracing_delegate.cc", 1317 "tracing/chrome_tracing_delegate.cc",
1318 "tracing/chrome_tracing_delegate.h", 1318 "tracing/chrome_tracing_delegate.h",
1319 "tracing/crash_service_uploader.cc", 1319 "tracing/crash_service_uploader.cc",
1320 "tracing/crash_service_uploader.h", 1320 "tracing/crash_service_uploader.h",
1321 "tracing/navigation_tracing.cc", 1321 "tracing/navigation_tracing.cc",
1322 "tracing/navigation_tracing.h", 1322 "tracing/navigation_tracing.h",
1323 "translate/android/translate_utils.cc",
1324 "translate/android/translate_utils.h",
1323 "translate/chrome_translate_client.cc", 1325 "translate/chrome_translate_client.cc",
1324 "translate/chrome_translate_client.h", 1326 "translate/chrome_translate_client.h",
1325 "translate/language_model_factory.cc", 1327 "translate/language_model_factory.cc",
1326 "translate/language_model_factory.h", 1328 "translate/language_model_factory.h",
1327 "translate/translate_accept_languages_factory.cc", 1329 "translate/translate_accept_languages_factory.cc",
1328 "translate/translate_accept_languages_factory.h", 1330 "translate/translate_accept_languages_factory.h",
1329 "translate/translate_service.cc", 1331 "translate/translate_service.cc",
1330 "translate/translate_service.h", 1332 "translate/translate_service.h",
1331 "undo/bookmark_undo_service_factory.cc", 1333 "undo/bookmark_undo_service_factory.cc",
1332 "undo/bookmark_undo_service_factory.h", 1334 "undo/bookmark_undo_service_factory.h",
(...skipping 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4580 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4581 "media/pepper_cdm_test_constants.h",
4580 ] 4582 ]
4581 } 4583 }
4582 } 4584 }
4583 4585
4584 service_manifest("preferences_manifest") { 4586 service_manifest("preferences_manifest") {
4585 name = "preferences" 4587 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4588 source = "prefs/preferences_manifest.json"
4587 } 4589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698