OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1283 'browser/ui/views/color_chooser_dialog.h', | 1283 'browser/ui/views/color_chooser_dialog.h', |
1284 'browser/ui/views/frame/browser_desktop_window_tree_host.h', | 1284 'browser/ui/views/frame/browser_desktop_window_tree_host.h', |
1285 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', | 1285 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', |
1286 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', | 1286 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', |
1287 'browser/ui/views/frame/browser_frame_ashwin.cc', | 1287 'browser/ui/views/frame/browser_frame_ashwin.cc', |
1288 'browser/ui/views/frame/browser_frame_ashwin.h', | 1288 'browser/ui/views/frame/browser_frame_ashwin.h', |
1289 'browser/ui/views/frame/glass_browser_frame_view.cc', | 1289 'browser/ui/views/frame/glass_browser_frame_view.cc', |
1290 'browser/ui/views/frame/glass_browser_frame_view.h', | 1290 'browser/ui/views/frame/glass_browser_frame_view.h', |
1291 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', | 1291 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', |
1292 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', | 1292 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', |
| 1293 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc', |
| 1294 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h', |
1293 'browser/ui/views/network_profile_bubble_view.cc', | 1295 'browser/ui/views/network_profile_bubble_view.cc', |
1294 'browser/ui/views/network_profile_bubble_view.h', | 1296 'browser/ui/views/network_profile_bubble_view.h', |
1295 'browser/ui/webui/conflicts_ui.cc', | 1297 'browser/ui/webui/conflicts_ui.cc', |
1296 'browser/ui/webui/conflicts_ui.h', | 1298 'browser/ui/webui/conflicts_ui.h', |
1297 'browser/ui/webui/set_as_default_browser_ui.cc', | 1299 'browser/ui/webui/set_as_default_browser_ui.cc', |
1298 'browser/ui/webui/set_as_default_browser_ui.h', | 1300 'browser/ui/webui/set_as_default_browser_ui.h', |
1299 'browser/ui/views/uninstall_view.cc', | 1301 'browser/ui/views/uninstall_view.cc', |
1300 'browser/ui/views/uninstall_view.h', | 1302 'browser/ui/views/uninstall_view.h', |
1301 ], | 1303 ], |
1302 'chrome_browser_ui_mac_sources': [ | 1304 'chrome_browser_ui_mac_sources': [ |
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 }], | 2947 }], |
2946 ['enable_spellcheck==1', { | 2948 ['enable_spellcheck==1', { |
2947 'dependencies': [ | 2949 'dependencies': [ |
2948 '../third_party/hunspell/hunspell.gyp:hunspell', | 2950 '../third_party/hunspell/hunspell.gyp:hunspell', |
2949 ], | 2951 ], |
2950 }], | 2952 }], |
2951 ], | 2953 ], |
2952 }, | 2954 }, |
2953 ], | 2955 ], |
2954 } | 2956 } |
OLD | NEW |