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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '../third_party/npapi/npapi.gyp:npapi', 66 '../third_party/npapi/npapi.gyp:npapi',
67 '../third_party/re2/re2.gyp:re2', 67 '../third_party/re2/re2.gyp:re2',
68 '../third_party/zlib/zlib.gyp:zlib', 68 '../third_party/zlib/zlib.gyp:zlib',
69 '../ui/base/strings/ui_strings.gyp:ui_strings', 69 '../ui/base/strings/ui_strings.gyp:ui_strings',
70 '../ui/surface/surface.gyp:surface', 70 '../ui/surface/surface.gyp:surface',
71 '../ui/ui.gyp:ui', 71 '../ui/ui.gyp:ui',
72 '../ui/ui.gyp:ui_resources', 72 '../ui/ui.gyp:ui_resources',
73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
74 '../v8/tools/gyp/v8.gyp:v8', 74 '../v8/tools/gyp/v8.gyp:v8',
75 '../webkit/support/webkit_support.gyp:appcache', 75 '../webkit/support/webkit_support.gyp:appcache',
76 '../webkit/support/webkit_support.gyp:blob',
77 '../webkit/support/webkit_support.gyp:database', 76 '../webkit/support/webkit_support.gyp:database',
78 '../webkit/support/webkit_support.gyp:fileapi',
79 '../webkit/support/webkit_support.gyp:glue', 77 '../webkit/support/webkit_support.gyp:glue',
80 '../webkit/support/webkit_support.gyp:quota', 78 '../webkit/support/webkit_support.gyp:quota',
79 '../webkit/support/webkit_support.gyp:storage',
81 '../webkit/support/webkit_support.gyp:user_agent', 80 '../webkit/support/webkit_support.gyp:user_agent',
82 '../webkit/support/webkit_support.gyp:webkit_resources', 81 '../webkit/support/webkit_support.gyp:webkit_resources',
83 ], 82 ],
84 'include_dirs': [ 83 'include_dirs': [
85 '..', 84 '..',
86 '<(INTERMEDIATE_DIR)', 85 '<(INTERMEDIATE_DIR)',
87 # Needed by pepper_flash_component_installer.cc. 86 # Needed by pepper_flash_component_installer.cc.
88 '<(SHARED_INTERMEDIATE_DIR)', 87 '<(SHARED_INTERMEDIATE_DIR)',
89 ], 88 ],
90 'defines': [ 89 'defines': [
(...skipping 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after
2683 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2682 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2684 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2683 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2685 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2684 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2686 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2685 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2687 ]} 2686 ]}
2688 ], 2687 ],
2689 ], 2688 ],
2690 }, 2689 },
2691 ], 2690 ],
2692 } 2691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698