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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8760012: Move view_types.h to view_type.h, since that's the standard name for enums. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'common/string_ordinal.cc', 219 'common/string_ordinal.cc',
220 'common/string_ordinal.h', 220 'common/string_ordinal.h',
221 'common/switch_utils.cc', 221 'common/switch_utils.cc',
222 'common/switch_utils.h', 222 'common/switch_utils.h',
223 'common/thumbnail_score.cc', 223 'common/thumbnail_score.cc',
224 'common/thumbnail_score.h', 224 'common/thumbnail_score.h',
225 'common/time_format.cc', 225 'common/time_format.cc',
226 'common/time_format.h', 226 'common/time_format.h',
227 'common/url_constants.cc', 227 'common/url_constants.cc',
228 'common/url_constants.h', 228 'common/url_constants.h',
229 'common/chrome_view_types.cc', 229 'common/chrome_view_type.cc',
230 'common/chrome_view_types.h', 230 'common/chrome_view_type.h',
231 'common/visitedlink_common.cc', 231 'common/visitedlink_common.cc',
232 'common/visitedlink_common.h', 232 'common/visitedlink_common.h',
233 'common/web_apps.cc', 233 'common/web_apps.cc',
234 'common/web_apps.h', 234 'common/web_apps.h',
235 'common/web_resource/web_resource_unpacker.cc', 235 'common/web_resource/web_resource_unpacker.cc',
236 'common/web_resource/web_resource_unpacker.h', 236 'common/web_resource/web_resource_unpacker.h',
237 'common/worker_thread_ticker.cc', 237 'common/worker_thread_ticker.cc',
238 'common/worker_thread_ticker.h', 238 'common/worker_thread_ticker.h',
239 'common/zip.cc', # Requires zlib directly. 239 'common/zip.cc', # Requires zlib directly.
240 'common/zip.h', 240 'common/zip.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'common/safe_browsing/csd.proto' 431 'common/safe_browsing/csd.proto'
432 ], 432 ],
433 'variables': { 433 'variables': {
434 'proto_in_dir': 'common/safe_browsing', 434 'proto_in_dir': 'common/safe_browsing',
435 'proto_out_dir': 'chrome/common/safe_browsing', 435 'proto_out_dir': 'chrome/common/safe_browsing',
436 }, 436 },
437 'includes': [ '../build/protoc.gypi' ], 437 'includes': [ '../build/protoc.gypi' ],
438 }, 438 },
439 ], 439 ],
440 } 440 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/extension_settings_handler.cc ('k') | chrome/common/chrome_view_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698