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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9362001: Unit tests for publishing app shortcuts on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 10 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/web_applications/web_app_mac_unittest.mm ('k') | chrome/chrome_tests.gypi » ('j') | 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 4193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 'browser/upgrade_detector_impl.h', 4204 'browser/upgrade_detector_impl.h',
4205 'browser/user_style_sheet_watcher.cc', 4205 'browser/user_style_sheet_watcher.cc',
4206 'browser/user_style_sheet_watcher.h', 4206 'browser/user_style_sheet_watcher.h',
4207 'browser/visitedlink/visitedlink_event_listener.cc', 4207 'browser/visitedlink/visitedlink_event_listener.cc',
4208 'browser/visitedlink/visitedlink_event_listener.h', 4208 'browser/visitedlink/visitedlink_event_listener.h',
4209 'browser/visitedlink/visitedlink_master.cc', 4209 'browser/visitedlink/visitedlink_master.cc',
4210 'browser/visitedlink/visitedlink_master.h', 4210 'browser/visitedlink/visitedlink_master.h',
4211 'browser/web_applications/web_app.cc', 4211 'browser/web_applications/web_app.cc',
4212 'browser/web_applications/web_app.h', 4212 'browser/web_applications/web_app.h',
4213 'browser/web_applications/web_app_linux.cc', 4213 'browser/web_applications/web_app_linux.cc',
4214 'browser/web_applications/web_app_mac.h',
4214 'browser/web_applications/web_app_mac.mm', 4215 'browser/web_applications/web_app_mac.mm',
4215 'browser/web_applications/web_app_win.cc', 4216 'browser/web_applications/web_app_win.cc',
4216 'browser/web_resource/notification_promo.cc', 4217 'browser/web_resource/notification_promo.cc',
4217 'browser/web_resource/notification_promo.h', 4218 'browser/web_resource/notification_promo.h',
4218 'browser/web_resource/promo_resource_service.cc', 4219 'browser/web_resource/promo_resource_service.cc',
4219 'browser/web_resource/promo_resource_service.h', 4220 'browser/web_resource/promo_resource_service.h',
4220 'browser/web_resource/web_resource_service.cc', 4221 'browser/web_resource/web_resource_service.cc',
4221 'browser/web_resource/web_resource_service.h', 4222 'browser/web_resource/web_resource_service.h',
4222 'browser/webdata/autocomplete_syncable_service.cc', 4223 'browser/webdata/autocomplete_syncable_service.cc',
4223 'browser/webdata/autocomplete_syncable_service.h', 4224 'browser/webdata/autocomplete_syncable_service.h',
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
5547 'type': 'static_library', 5548 'type': 'static_library',
5548 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5549 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5549 'variables': { 5550 'variables': {
5550 'proto_in_dir': 'browser/history', 5551 'proto_in_dir': 'browser/history',
5551 'proto_out_dir': 'chrome/browser/history', 5552 'proto_out_dir': 'chrome/browser/history',
5552 }, 5553 },
5553 'includes': [ '../build/protoc.gypi' ] 5554 'includes': [ '../build/protoc.gypi' ]
5554 }, 5555 },
5555 ], 5556 ],
5556 } 5557 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698