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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9668039: Move active_downloads_ui.* to chrome/browser/ui/webui/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/chromeos/active_downloads_ui.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 'browser/ui/views/window.cc', 3577 'browser/ui/views/window.cc',
3578 'browser/ui/views/window.h', 3578 'browser/ui/views/window.h',
3579 'browser/ui/views/wrench_menu.cc', 3579 'browser/ui/views/wrench_menu.cc',
3580 'browser/ui/views/wrench_menu.h', 3580 'browser/ui/views/wrench_menu.h',
3581 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', 3581 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc',
3582 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', 3582 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h',
3583 'browser/ui/web_applications/web_app_ui.cc', 3583 'browser/ui/web_applications/web_app_ui.cc',
3584 'browser/ui/web_applications/web_app_ui.h', 3584 'browser/ui/web_applications/web_app_ui.h',
3585 'browser/ui/webui/about_ui.cc', 3585 'browser/ui/webui/about_ui.cc',
3586 'browser/ui/webui/about_ui.h', 3586 'browser/ui/webui/about_ui.h',
3587 'browser/ui/webui/active_downloads_ui.cc',
3588 'browser/ui/webui/active_downloads_ui.h',
3589 'browser/ui/webui/bookmarks_ui.cc', 3587 'browser/ui/webui/bookmarks_ui.cc',
3590 'browser/ui/webui/bookmarks_ui.h', 3588 'browser/ui/webui/bookmarks_ui.h',
3591 'browser/ui/webui/feedback_ui.cc', 3589 'browser/ui/webui/feedback_ui.cc',
3592 'browser/ui/webui/feedback_ui.h', 3590 'browser/ui/webui/feedback_ui.h',
3593 'browser/ui/webui/certificate_viewer_webui.cc', 3591 'browser/ui/webui/certificate_viewer_webui.cc',
3594 'browser/ui/webui/certificate_viewer_webui.h', 3592 'browser/ui/webui/certificate_viewer_webui.h',
3595 'browser/ui/webui/certificate_viewer_ui.cc', 3593 'browser/ui/webui/certificate_viewer_ui.cc',
3596 'browser/ui/webui/certificate_viewer_ui.h', 3594 'browser/ui/webui/certificate_viewer_ui.h',
3597 'browser/ui/webui/chrome_url_data_manager.cc', 3595 'browser/ui/webui/chrome_url_data_manager.cc',
3598 'browser/ui/webui/chrome_url_data_manager.h', 3596 'browser/ui/webui/chrome_url_data_manager.h',
3599 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3597 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3600 'browser/ui/webui/chrome_url_data_manager_backend.h', 3598 'browser/ui/webui/chrome_url_data_manager_backend.h',
3601 'browser/ui/webui/chrome_web_ui_controller_factory.cc', 3599 'browser/ui/webui/chrome_web_ui_controller_factory.cc',
3602 'browser/ui/webui/chrome_web_ui_controller_factory.h', 3600 'browser/ui/webui/chrome_web_ui_controller_factory.h',
3603 'browser/ui/webui/chrome_web_ui_data_source.cc', 3601 'browser/ui/webui/chrome_web_ui_data_source.cc',
3604 'browser/ui/webui/chrome_web_ui_data_source.h', 3602 'browser/ui/webui/chrome_web_ui_data_source.h',
3603 'browser/ui/webui/chromeos/active_downloads_ui.cc',
3604 'browser/ui/webui/chromeos/active_downloads_ui.h',
3605 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', 3605 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
3606 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', 3606 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
3607 'browser/ui/webui/chromeos/idle_logout_dialog.cc', 3607 'browser/ui/webui/chromeos/idle_logout_dialog.cc',
3608 'browser/ui/webui/chromeos/idle_logout_dialog.h', 3608 'browser/ui/webui/chromeos/idle_logout_dialog.h',
3609 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', 3609 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc',
3610 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', 3610 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h',
3611 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 3611 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
3612 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 3612 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
3613 'browser/ui/webui/chromeos/login/base_screen_handler.cc', 3613 'browser/ui/webui/chromeos/login/base_screen_handler.cc',
3614 'browser/ui/webui/chromeos/login/base_screen_handler.h', 3614 'browser/ui/webui/chromeos/login/base_screen_handler.h',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
4150 ['exclude', 'browser/policy/network_configuration_updater.h'], 4150 ['exclude', 'browser/policy/network_configuration_updater.h'],
4151 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 4151 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
4152 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 4152 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
4153 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'], 4153 ['exclude', 'browser/renderer_host/offline_resource_throttle.cc'],
4154 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'], 4154 ['exclude', 'browser/renderer_host/offline_resource_throttle.h'],
4155 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'], 4155 ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'],
4156 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.cc'] , 4156 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.cc'] ,
4157 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.h'], 4157 ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.h'],
4158 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.cc'] , 4158 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.cc'] ,
4159 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'], 4159 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'],
4160 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
4161 ], 4160 ],
4162 }, { # chromeos==1 4161 }, { # chromeos==1
4163 'dependencies': [ 4162 'dependencies': [
4164 '../build/linux/system.gyp:dbus-glib', 4163 '../build/linux/system.gyp:dbus-glib',
4165 '../third_party/libevent/libevent.gyp:libevent', 4164 '../third_party/libevent/libevent.gyp:libevent',
4166 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto', 4165 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
4167 'browser/chromeos/input_method/input_method.gyp:gencode', 4166 'browser/chromeos/input_method/input_method.gyp:gencode',
4168 'power_supply_properties_proto', 4167 'power_supply_properties_proto',
4169 ], 4168 ],
4170 'sources!': [ 4169 'sources!': [
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
5369 'variables': { 5368 'variables': {
5370 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5369 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5371 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5370 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5372 }, 5371 },
5373 'includes': ['../build/protoc.gypi'], 5372 'includes': ['../build/protoc.gypi'],
5374 }], 5373 }],
5375 ], 5374 ],
5376 }, 5375 },
5377 ], 5376 ],
5378 } 5377 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/active_downloads_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698