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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 603033002: Get FileSelect dialog work on athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reformat Created 6 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
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog_extension.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 # Used when Ash is enabled but not ChromeOS. 2456 # Used when Ash is enabled but not ChromeOS.
2457 'chrome_browser_ui_ash_non_chromeos': [ 2457 'chrome_browser_ui_ash_non_chromeos': [
2458 'browser/ui/ash/chrome_shell_delegate_views.cc', 2458 'browser/ui/ash/chrome_shell_delegate_views.cc',
2459 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 2459 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
2460 'browser/ui/ash/multi_user/multi_user_context_menu.h', 2460 'browser/ui/ash/multi_user/multi_user_context_menu.h',
2461 'browser/ui/ash/session_state_delegate_views.cc', 2461 'browser/ui/ash/session_state_delegate_views.cc',
2462 'browser/ui/ash/session_state_delegate_views.h', 2462 'browser/ui/ash/session_state_delegate_views.h',
2463 ], 2463 ],
2464 # Used when athena is enabled. 2464 # Used when athena is enabled.
2465 'chrome_browser_ui_athena_sources': [ 2465 'chrome_browser_ui_athena_sources': [
2466 'browser/ui/views/athena/athena_util.cc',
2467 'browser/ui/views/athena/athena_util.h',
2466 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc', 2468 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc',
2467 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h', 2469 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h',
2468 ], 2470 ],
2469 # Counts desktop Linux and ChromeOS. 2471 # Counts desktop Linux and ChromeOS.
2470 'chrome_browser_ui_linux_sources': [ 2472 'chrome_browser_ui_linux_sources': [
2471 'browser/ui/startup/autolaunch_prompt.cc', 2473 'browser/ui/startup/autolaunch_prompt.cc',
2472 'browser/ui/views/apps/chrome_apps_client_views.cc', 2474 'browser/ui/views/apps/chrome_apps_client_views.cc',
2473 'browser/ui/views/frame/taskbar_decorator.cc', 2475 'browser/ui/views/frame/taskbar_decorator.cc',
2474 'browser/ui/webui/certificate_viewer_ui.cc', 2476 'browser/ui/webui/certificate_viewer_ui.cc',
2475 'browser/ui/webui/certificate_viewer_ui.h', 2477 'browser/ui/webui/certificate_viewer_ui.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 }], 2987 }],
2986 ['OS!="android" and OS!="ios"', { 2988 ['OS!="android" and OS!="ios"', {
2987 'dependencies': [ 2989 'dependencies': [
2988 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2990 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2989 ], 2991 ],
2990 }], 2992 }],
2991 ], 2993 ],
2992 }, 2994 },
2993 ], 2995 ],
2994 } 2996 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698