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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10537158: Add support for Ash to Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo accidental UserManagerImpl change Created 8 years, 6 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/views/ash/balloon_view_ash.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 # 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 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3344 'browser/ui/views/ash/app_list/app_list_view_delegate.h', 3344 'browser/ui/views/ash/app_list/app_list_view_delegate.h',
3345 'browser/ui/views/ash/app_list/apps_model_builder.cc', 3345 'browser/ui/views/ash/app_list/apps_model_builder.cc',
3346 'browser/ui/views/ash/app_list/apps_model_builder.h', 3346 'browser/ui/views/ash/app_list/apps_model_builder.h',
3347 'browser/ui/views/ash/app_list/chrome_app_list_item.h', 3347 'browser/ui/views/ash/app_list/chrome_app_list_item.h',
3348 'browser/ui/views/ash/app_list/extension_app_item.cc', 3348 'browser/ui/views/ash/app_list/extension_app_item.cc',
3349 'browser/ui/views/ash/app_list/extension_app_item.h', 3349 'browser/ui/views/ash/app_list/extension_app_item.h',
3350 'browser/ui/views/ash/app_list/search_builder.cc', 3350 'browser/ui/views/ash/app_list/search_builder.cc',
3351 'browser/ui/views/ash/app_list/search_builder.h', 3351 'browser/ui/views/ash/app_list/search_builder.h',
3352 'browser/ui/views/ash/balloon_collection_impl_ash.cc', 3352 'browser/ui/views/ash/balloon_collection_impl_ash.cc',
3353 'browser/ui/views/ash/balloon_collection_impl_ash.h', 3353 'browser/ui/views/ash/balloon_collection_impl_ash.h',
3354 'browser/ui/views/ash/balloon_view_ash.cc',
3355 'browser/ui/views/ash/balloon_view_ash.h',
3354 'browser/ui/views/ash/brightness_controller_chromeos.cc', 3356 'browser/ui/views/ash/brightness_controller_chromeos.cc',
3355 'browser/ui/views/ash/brightness_controller_chromeos.h', 3357 'browser/ui/views/ash/brightness_controller_chromeos.h',
3356 'browser/ui/views/ash/browser_non_client_frame_view_ash.h', 3358 'browser/ui/views/ash/browser_non_client_frame_view_ash.h',
3357 'browser/ui/views/ash/browser_non_client_frame_view_ash.cc', 3359 'browser/ui/views/ash/browser_non_client_frame_view_ash.cc',
3358 'browser/ui/views/ash/caps_lock_handler.cc', 3360 'browser/ui/views/ash/caps_lock_handler.cc',
3359 'browser/ui/views/ash/caps_lock_handler.h', 3361 'browser/ui/views/ash/caps_lock_handler.h',
3360 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 3362 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
3361 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 3363 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
3362 'browser/ui/views/ash/chrome_shell_delegate.cc', 3364 'browser/ui/views/ash/chrome_shell_delegate.cc',
3363 'browser/ui/views/ash/chrome_shell_delegate.h', 3365 'browser/ui/views/ash/chrome_shell_delegate.h',
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
5216 'browser/metrics/proto/study.proto', 5218 'browser/metrics/proto/study.proto',
5217 ], 5219 ],
5218 'variables': { 5220 'variables': {
5219 'proto_in_dir': 'browser/metrics/proto', 5221 'proto_in_dir': 'browser/metrics/proto',
5220 'proto_out_dir': 'chrome/browser/metrics/proto', 5222 'proto_out_dir': 'chrome/browser/metrics/proto',
5221 }, 5223 },
5222 'includes': [ '../build/protoc.gypi' ] 5224 'includes': [ '../build/protoc.gypi' ]
5223 }, 5225 },
5224 ], 5226 ],
5225 } 5227 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698