| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "bookmarks/bookmark_editor.cc", | 84 "bookmarks/bookmark_editor.cc", |
| 85 "bookmarks/bookmark_editor.h", | 85 "bookmarks/bookmark_editor.h", |
| 86 "bookmarks/bookmark_utils.cc", | 86 "bookmarks/bookmark_utils.cc", |
| 87 "bookmarks/bookmark_utils.h", | 87 "bookmarks/bookmark_utils.h", |
| 88 "bookmarks/recently_used_folders_combo_model.cc", | 88 "bookmarks/recently_used_folders_combo_model.cc", |
| 89 "bookmarks/recently_used_folders_combo_model.h", | 89 "bookmarks/recently_used_folders_combo_model.h", |
| 90 "browser_commands_chromeos.cc", | 90 "browser_commands_chromeos.cc", |
| 91 "browser_commands_chromeos.h", | 91 "browser_commands_chromeos.h", |
| 92 "browser_commands_mac.cc", | 92 "browser_commands_mac.cc", |
| 93 "browser_commands_mac.h", | 93 "browser_commands_mac.h", |
| 94 "browser_dialogs.cc", |
| 94 "browser_dialogs.h", | 95 "browser_dialogs.h", |
| 95 "browser_mac.cc", | 96 "browser_mac.cc", |
| 96 "browser_mac.h", | 97 "browser_mac.h", |
| 97 "browser_navigator_params.cc", | 98 "browser_navigator_params.cc", |
| 98 "browser_navigator_params.h", | 99 "browser_navigator_params.h", |
| 99 "browser_ui_prefs.cc", | 100 "browser_ui_prefs.cc", |
| 100 "browser_ui_prefs.h", | 101 "browser_ui_prefs.h", |
| 101 "chrome_select_file_policy.cc", | 102 "chrome_select_file_policy.cc", |
| 102 "chrome_select_file_policy.h", | 103 "chrome_select_file_policy.h", |
| 103 "confirm_bubble.h", | 104 "confirm_bubble.h", |
| (...skipping 3452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3556 "test/test_confirm_bubble_model.cc", | 3557 "test/test_confirm_bubble_model.cc", |
| 3557 "test/test_confirm_bubble_model.h", | 3558 "test/test_confirm_bubble_model.h", |
| 3558 ] | 3559 ] |
| 3559 deps += [ "//chrome/test:test_support_ui" ] | 3560 deps += [ "//chrome/test:test_support_ui" ] |
| 3560 } | 3561 } |
| 3561 | 3562 |
| 3562 if (enable_extensions) { | 3563 if (enable_extensions) { |
| 3563 deps += [ "//extensions/browser" ] | 3564 deps += [ "//extensions/browser" ] |
| 3564 } | 3565 } |
| 3565 } | 3566 } |
| OLD | NEW |