| OLD | NEW |
| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2396 # manage_passwords_decoration.mm | 2396 # manage_passwords_decoration.mm |
| 2397 "passwords/manage_passwords_icon.cc", | 2397 "passwords/manage_passwords_icon.cc", |
| 2398 "passwords/manage_passwords_icon.h", | 2398 "passwords/manage_passwords_icon.h", |
| 2399 "web_contents_sizer.mm", | 2399 "web_contents_sizer.mm", |
| 2400 "webui/cast/cast_ui.cc", | 2400 "webui/cast/cast_ui.cc", |
| 2401 "webui/cast/cast_ui.h", | 2401 "webui/cast/cast_ui.h", |
| 2402 ] | 2402 ] |
| 2403 deps += [ | 2403 deps += [ |
| 2404 "//chrome/app/nibs:localizer_table", | 2404 "//chrome/app/nibs:localizer_table", |
| 2405 "//chrome/browser/apps/app_shim", | 2405 "//chrome/browser/apps/app_shim", |
| 2406 "//third_party/apple_sample_code", | |
| 2407 "//third_party/google_toolbox_for_mac", | 2406 "//third_party/google_toolbox_for_mac", |
| 2408 "//third_party/molokocacao", | 2407 "//third_party/molokocacao", |
| 2409 "//third_party/mozilla", | 2408 "//third_party/mozilla", |
| 2410 "//ui/accelerated_widget_mac:accelerated_widget_mac", | 2409 "//ui/accelerated_widget_mac:accelerated_widget_mac", |
| 2411 ] | 2410 ] |
| 2412 if (mac_views_browser) { | 2411 if (mac_views_browser) { |
| 2413 # MacViews sources that we still want to keep behind a compile-time flag. | 2412 # MacViews sources that we still want to keep behind a compile-time flag. |
| 2414 # TODO(jackhou): Move items to general views sources out of here. | 2413 # TODO(jackhou): Move items to general views sources out of here. |
| 2415 sources += [ | 2414 sources += [ |
| 2416 "views/apps/chrome_app_window_client_views_mac.mm", | 2415 "views/apps/chrome_app_window_client_views_mac.mm", |
| (...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3493 "test/test_confirm_bubble_model.cc", | 3492 "test/test_confirm_bubble_model.cc", |
| 3494 "test/test_confirm_bubble_model.h", | 3493 "test/test_confirm_bubble_model.h", |
| 3495 ] | 3494 ] |
| 3496 deps += [ "//chrome/test:test_support_ui" ] | 3495 deps += [ "//chrome/test:test_support_ui" ] |
| 3497 } | 3496 } |
| 3498 | 3497 |
| 3499 if (enable_extensions) { | 3498 if (enable_extensions) { |
| 3500 deps += [ "//extensions/browser" ] | 3499 deps += [ "//extensions/browser" ] |
| 3501 } | 3500 } |
| 3502 } | 3501 } |
| OLD | NEW |