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

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

Issue 1313383006: Don't compile save_password_infobar_delegate.cc everywhere but Mac and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against ToT Created 5 years, 3 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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ] 367 ]
368 } 368 }
369 if (is_mac) { 369 if (is_mac) {
370 sources += 370 sources +=
371 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome") 371 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome")
372 deps += [ 372 deps += [
373 #"app_shim" TODO(GYP) bug 512600 373 #"app_shim" TODO(GYP) bug 512600
374 #"browser_app_shim" TODO(GYP) bug 512600 374 #"browser_app_shim" TODO(GYP) bug 512600
375 ] 375 ]
376 } 376 }
377 if (is_mac || is_android) {
378 sources += rebase_path(
379 gypi_values.chrome_browser_password_manager_mac_android_sources,
380 ".",
381 "//chrome")
382 }
377 if (enable_extensions) { 383 if (enable_extensions) {
378 public_deps += [ "//chrome/browser/extensions" ] 384 public_deps += [ "//chrome/browser/extensions" ]
379 deps += [ 385 deps += [
380 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 386 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
381 "//chrome/common/extensions/api", 387 "//chrome/common/extensions/api",
382 "//chrome/common/extensions/api:api_registration", 388 "//chrome/common/extensions/api:api_registration",
383 "//components/drive:drive", 389 "//components/drive:drive",
384 "//components/proximity_auth/ble", 390 "//components/proximity_auth/ble",
385 "//components/proximity_auth/cryptauth", 391 "//components/proximity_auth/cryptauth",
386 "//extensions/components/javascript_dialog_extensions_client", 392 "//extensions/components/javascript_dialog_extensions_client",
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1250 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1245 deps = [ 1251 deps = [
1246 "//components/google/core/browser", 1252 "//components/google/core/browser",
1247 "//components/omnibox/browser", 1253 "//components/omnibox/browser",
1248 "//components/rlz", 1254 "//components/rlz",
1249 "//components/search_engines", 1255 "//components/search_engines",
1250 "//rlz:rlz_lib", 1256 "//rlz:rlz_lib",
1251 ] 1257 ]
1252 } 1258 }
1253 } 1259 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | chrome/browser/about_flags.cc » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698