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

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: Using the model to choose the JS function to call. 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
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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'browser/jumplist_win.h', 1339 'browser/jumplist_win.h',
1340 'browser/language_usage_metrics.cc', 1340 'browser/language_usage_metrics.cc',
1341 'browser/language_usage_metrics.h', 1341 'browser/language_usage_metrics.h',
1342 'browser/lifetime/application_lifetime.cc', 1342 'browser/lifetime/application_lifetime.cc',
1343 'browser/lifetime/application_lifetime.h', 1343 'browser/lifetime/application_lifetime.h',
1344 'browser/lifetime/application_lifetime_aura.cc', 1344 'browser/lifetime/application_lifetime_aura.cc',
1345 'browser/lifetime/application_lifetime_gtk.cc', 1345 'browser/lifetime/application_lifetime_gtk.cc',
1346 'browser/lifetime/application_lifetime_mac.mm', 1346 'browser/lifetime/application_lifetime_mac.mm',
1347 'browser/lifetime/application_lifetime_stub.cc', 1347 'browser/lifetime/application_lifetime_stub.cc',
1348 'browser/lifetime/application_lifetime_win.cc', 1348 'browser/lifetime/application_lifetime_win.cc',
1349 'browser/local_data_container.cc',
1350 'browser/local_data_container.h',
1349 'browser/mac/dock.h', 1351 'browser/mac/dock.h',
1350 'browser/mac/dock.mm', 1352 'browser/mac/dock.mm',
1351 'browser/mac/install_from_dmg.h', 1353 'browser/mac/install_from_dmg.h',
1352 'browser/mac/install_from_dmg.mm', 1354 'browser/mac/install_from_dmg.mm',
1353 'browser/mac/keychain_reauthorize.h', 1355 'browser/mac/keychain_reauthorize.h',
1354 'browser/mac/keychain_reauthorize.mm', 1356 'browser/mac/keychain_reauthorize.mm',
1355 'browser/mac/keystone_glue.h', 1357 'browser/mac/keystone_glue.h',
1356 'browser/mac/keystone_glue.mm', 1358 'browser/mac/keystone_glue.mm',
1357 'browser/mac/keystone_registration.h', 1359 'browser/mac/keystone_registration.h',
1358 'browser/mac/keystone_registration.mm', 1360 'browser/mac/keystone_registration.mm',
(...skipping 3987 matching lines...) Expand 10 before | Expand all | Expand 10 after
5346 'browser/metrics/proto/study.proto', 5348 'browser/metrics/proto/study.proto',
5347 ], 5349 ],
5348 'variables': { 5350 'variables': {
5349 'proto_in_dir': 'browser/metrics/proto', 5351 'proto_in_dir': 'browser/metrics/proto',
5350 'proto_out_dir': 'chrome/browser/metrics/proto', 5352 'proto_out_dir': 'chrome/browser/metrics/proto',
5351 }, 5353 },
5352 'includes': [ '../build/protoc.gypi' ] 5354 'includes': [ '../build/protoc.gypi' ]
5353 }, 5355 },
5354 ], 5356 ],
5355 } 5357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698