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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10636019: Adding Application Data dialog for isolated apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge conflicts Created 8 years, 5 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/options2/cookies_view_handler.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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'browser/jumplist_win.h', 1347 'browser/jumplist_win.h',
1348 'browser/language_usage_metrics.cc', 1348 'browser/language_usage_metrics.cc',
1349 'browser/language_usage_metrics.h', 1349 'browser/language_usage_metrics.h',
1350 'browser/lifetime/application_lifetime.cc', 1350 'browser/lifetime/application_lifetime.cc',
1351 'browser/lifetime/application_lifetime.h', 1351 'browser/lifetime/application_lifetime.h',
1352 'browser/lifetime/application_lifetime_aura.cc', 1352 'browser/lifetime/application_lifetime_aura.cc',
1353 'browser/lifetime/application_lifetime_gtk.cc', 1353 'browser/lifetime/application_lifetime_gtk.cc',
1354 'browser/lifetime/application_lifetime_mac.mm', 1354 'browser/lifetime/application_lifetime_mac.mm',
1355 'browser/lifetime/application_lifetime_stub.cc', 1355 'browser/lifetime/application_lifetime_stub.cc',
1356 'browser/lifetime/application_lifetime_win.cc', 1356 'browser/lifetime/application_lifetime_win.cc',
1357 'browser/local_data_container.cc',
1358 'browser/local_data_container.h',
1357 'browser/mac/dock.h', 1359 'browser/mac/dock.h',
1358 'browser/mac/dock.mm', 1360 'browser/mac/dock.mm',
1359 'browser/mac/install_from_dmg.h', 1361 'browser/mac/install_from_dmg.h',
1360 'browser/mac/install_from_dmg.mm', 1362 'browser/mac/install_from_dmg.mm',
1361 'browser/mac/keychain_reauthorize.h', 1363 'browser/mac/keychain_reauthorize.h',
1362 'browser/mac/keychain_reauthorize.mm', 1364 'browser/mac/keychain_reauthorize.mm',
1363 'browser/mac/keystone_glue.h', 1365 'browser/mac/keystone_glue.h',
1364 'browser/mac/keystone_glue.mm', 1366 'browser/mac/keystone_glue.mm',
1365 'browser/mac/keystone_registration.h', 1367 'browser/mac/keystone_registration.h',
1366 'browser/mac/keystone_registration.mm', 1368 'browser/mac/keystone_registration.mm',
(...skipping 4009 matching lines...) Expand 10 before | Expand all | Expand 10 after
5376 'browser/metrics/proto/study.proto', 5378 'browser/metrics/proto/study.proto',
5377 ], 5379 ],
5378 'variables': { 5380 'variables': {
5379 'proto_in_dir': 'browser/metrics/proto', 5381 'proto_in_dir': 'browser/metrics/proto',
5380 'proto_out_dir': 'chrome/browser/metrics/proto', 5382 'proto_out_dir': 'chrome/browser/metrics/proto',
5381 }, 5383 },
5382 'includes': [ '../build/protoc.gypi' ] 5384 'includes': [ '../build/protoc.gypi' ]
5383 }, 5385 },
5384 ], 5386 ],
5385 } 5387 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/cookies_view_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698