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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/tracing_ui.cc ('k') | content/DEPS » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 20 matching lines...) Expand all
31 '../content/content.gyp:content_common', 31 '../content/content.gyp:content_common',
32 '../crypto/crypto.gyp:crypto', 32 '../crypto/crypto.gyp:crypto',
33 '../google_apis/google_apis.gyp:google_apis', 33 '../google_apis/google_apis.gyp:google_apis',
34 '../media/media.gyp:media', 34 '../media/media.gyp:media',
35 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
36 '../sync/protocol/sync_proto.gyp:sync_proto', 36 '../sync/protocol/sync_proto.gyp:sync_proto',
37 # TODO(akalin): Depend only on sync_api from sync. 37 # TODO(akalin): Depend only on sync_api from sync.
38 '../sync/sync.gyp:sync_api', 38 '../sync/sync.gyp:sync_api',
39 '../sync/sync.gyp:sync_internal_api', 39 '../sync/sync.gyp:sync_internal_api',
40 '../sync/sync.gyp:sync_notifier', 40 '../sync/sync.gyp:sync_notifier',
41 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
41 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
44 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
45 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
46 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
47 '../third_party/zlib/zlib.gyp:minizip', 48 '../third_party/zlib/zlib.gyp:minizip',
48 '../third_party/zlib/zlib.gyp:zlib', 49 '../third_party/zlib/zlib.gyp:zlib',
49 '../ui/base/strings/ui_strings.gyp:ui_strings', 50 '../ui/base/strings/ui_strings.gyp:ui_strings',
50 '../ui/ui.gyp:ui', 51 '../ui/ui.gyp:ui',
(...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after
3125 'variables': { 3126 'variables': {
3126 'jni_gen_dir': 'chrome', 3127 'jni_gen_dir': 'chrome',
3127 }, 3128 },
3128 'includes': [ '../build/jni_generator.gypi' ], 3129 'includes': [ '../build/jni_generator.gypi' ],
3129 }, 3130 },
3130 ], 3131 ],
3131 }, 3132 },
3132 ], 3133 ],
3133 ], 3134 ],
3134 } 3135 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracing_ui.cc ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698