| 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 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2453 'chrome_browser_ui_linux_sources': [ | 2453 'chrome_browser_ui_linux_sources': [ |
| 2454 'browser/ui/startup/autolaunch_prompt.cc', | 2454 'browser/ui/startup/autolaunch_prompt.cc', |
| 2455 'browser/ui/views/apps/chrome_app_window_delegate_views.cc', | 2455 'browser/ui/views/apps/chrome_app_window_delegate_views.cc', |
| 2456 'browser/ui/views/frame/taskbar_decorator.cc', | 2456 'browser/ui/views/frame/taskbar_decorator.cc', |
| 2457 'browser/ui/webui/certificate_viewer_ui.cc', | 2457 'browser/ui/webui/certificate_viewer_ui.cc', |
| 2458 'browser/ui/webui/certificate_viewer_ui.h', | 2458 'browser/ui/webui/certificate_viewer_ui.h', |
| 2459 'browser/ui/webui/certificate_viewer_webui.cc', | 2459 'browser/ui/webui/certificate_viewer_webui.cc', |
| 2460 'browser/ui/webui/certificate_viewer_webui.h', | 2460 'browser/ui/webui/certificate_viewer_webui.h', |
| 2461 ], | 2461 ], |
| 2462 # Desktop Linux. Assume aura/ash/views. | 2462 # Desktop Linux. Assume aura/ash/views. |
| 2463 'chrome_browser_desktop_linux_sources': [ | 2463 'chrome_browser_ui_desktop_linux_sources': [ |
| 2464 'browser/ui/views/app_list/linux/app_list_linux.cc', | 2464 'browser/ui/views/app_list/linux/app_list_linux.cc', |
| 2465 'browser/ui/views/app_list/linux/app_list_linux.h', | 2465 'browser/ui/views/app_list/linux/app_list_linux.h', |
| 2466 'browser/ui/views/app_list/linux/app_list_service_linux.cc', | 2466 'browser/ui/views/app_list/linux/app_list_service_linux.cc', |
| 2467 'browser/ui/views/app_list/linux/app_list_service_linux.h', | 2467 'browser/ui/views/app_list/linux/app_list_service_linux.h', |
| 2468 'browser/ui/views/first_run_dialog.cc', | 2468 'browser/ui/views/first_run_dialog.cc', |
| 2469 'browser/ui/views/first_run_dialog.h', | 2469 'browser/ui/views/first_run_dialog.h', |
| 2470 'browser/ui/views/frame/browser_desktop_window_tree_host.h', | 2470 'browser/ui/views/frame/browser_desktop_window_tree_host.h', |
| 2471 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc', | 2471 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc', |
| 2472 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.h', | 2472 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.h', |
| 2473 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc', | 2473 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2876 ], | 2876 ], |
| 2877 }, { # else: use_aura==0 | 2877 }, { # else: use_aura==0 |
| 2878 'sources/': [ | 2878 'sources/': [ |
| 2879 # Exclude all of views. | 2879 # Exclude all of views. |
| 2880 ['exclude', '^browser/ui/views/'], | 2880 ['exclude', '^browser/ui/views/'], |
| 2881 ] | 2881 ] |
| 2882 }], | 2882 }], |
| 2883 ], | 2883 ], |
| 2884 }], | 2884 }], |
| 2885 ['desktop_linux==1', { | 2885 ['desktop_linux==1', { |
| 2886 'sources': [ '<@(chrome_browser_desktop_linux_sources)' ], | 2886 'sources': [ '<@(chrome_browser_ui_desktop_linux_sources)' ], |
| 2887 }], | 2887 }], |
| 2888 ['OS=="linux"', { # Both desktop Linux and ChromeOS. | 2888 ['OS=="linux"', { # Both desktop Linux and ChromeOS. |
| 2889 'sources': [ '<@(chrome_browser_ui_linux_sources)' ], | 2889 'sources': [ '<@(chrome_browser_ui_linux_sources)' ], |
| 2890 'dependencies': [ | 2890 'dependencies': [ |
| 2891 '../build/linux/system.gyp:udev', | 2891 '../build/linux/system.gyp:udev', |
| 2892 ], | 2892 ], |
| 2893 'conditions': [ | 2893 'conditions': [ |
| 2894 ['use_aura==1', { | 2894 ['use_aura==1', { |
| 2895 'dependencies': [ | 2895 'dependencies': [ |
| 2896 '../build/linux/system.gyp:dbus', | 2896 '../build/linux/system.gyp:dbus', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2943 }], | 2943 }], |
| 2944 ['enable_spellcheck==1', { | 2944 ['enable_spellcheck==1', { |
| 2945 'dependencies': [ | 2945 'dependencies': [ |
| 2946 '../third_party/hunspell/hunspell.gyp:hunspell', | 2946 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2947 ], | 2947 ], |
| 2948 }], | 2948 }], |
| 2949 ], | 2949 ], |
| 2950 }, | 2950 }, |
| 2951 ], | 2951 ], |
| 2952 } | 2952 } |
| OLD | NEW |