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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10824364: [NOT FOR REVIEW] ash: Add some implementation for the window management extension API. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 'browser/ui/ash/launcher/launcher_favicon_loader.h', 2501 'browser/ui/ash/launcher/launcher_favicon_loader.h',
2502 'browser/ui/ash/screenshot_taker.cc', 2502 'browser/ui/ash/screenshot_taker.cc',
2503 'browser/ui/ash/screenshot_taker.h', 2503 'browser/ui/ash/screenshot_taker.h',
2504 'browser/ui/ash/tabs/dock_info_ash.cc', 2504 'browser/ui/ash/tabs/dock_info_ash.cc',
2505 'browser/ui/ash/user_action_handler.cc', 2505 'browser/ui/ash/user_action_handler.cc',
2506 'browser/ui/ash/user_action_handler.h', 2506 'browser/ui/ash/user_action_handler.h',
2507 'browser/ui/ash/volume_controller_chromeos.cc', 2507 'browser/ui/ash/volume_controller_chromeos.cc',
2508 'browser/ui/ash/volume_controller_chromeos.h', 2508 'browser/ui/ash/volume_controller_chromeos.h',
2509 'browser/ui/ash/window_positioner.cc', 2509 'browser/ui/ash/window_positioner.cc',
2510 'browser/ui/ash/window_positioner.h', 2510 'browser/ui/ash/window_positioner.h',
2511 'browser/ui/ash/window_manager_extension.cc',
2512 'browser/ui/ash/window_manager_extension.h',
2511 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 2513 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
2512 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 2514 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
2513 'browser/ui/aura/tabs/dock_info_aurax11.cc', 2515 'browser/ui/aura/tabs/dock_info_aurax11.cc',
2514 'browser/ui/auto_login_info_bar_delegate.cc', 2516 'browser/ui/auto_login_info_bar_delegate.cc',
2515 'browser/ui/auto_login_info_bar_delegate.h', 2517 'browser/ui/auto_login_info_bar_delegate.h',
2516 'browser/ui/auto_login_prompter.cc', 2518 'browser/ui/auto_login_prompter.cc',
2517 'browser/ui/auto_login_prompter.h', 2519 'browser/ui/auto_login_prompter.h',
2518 'browser/ui/base_window.h', 2520 'browser/ui/base_window.h',
2519 'browser/ui/blocked_content/blocked_content_container.cc', 2521 'browser/ui/blocked_content/blocked_content_container.cc',
2520 'browser/ui/blocked_content/blocked_content_container.h', 2522 'browser/ui/blocked_content/blocked_content_container.h',
(...skipping 3072 matching lines...) Expand 10 before | Expand all | Expand 10 after
5593 'includes': [ '../build/jni_generator.gypi' ], 5595 'includes': [ '../build/jni_generator.gypi' ],
5594 'dependencies': [ 5596 'dependencies': [
5595 'android_jar_jni_headers', 5597 'android_jar_jni_headers',
5596 ], 5598 ],
5597 }, 5599 },
5598 ], 5600 ],
5599 }, 5601 },
5600 ], 5602 ],
5601 ], 5603 ],
5602 } 5604 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698