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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10409088: Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 7 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 # 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'common/string_ordinal.cc', 264 'common/string_ordinal.cc',
265 'common/string_ordinal.h', 265 'common/string_ordinal.h',
266 'common/switch_utils.cc', 266 'common/switch_utils.cc',
267 'common/switch_utils.h', 267 'common/switch_utils.h',
268 'common/thumbnail_score.cc', 268 'common/thumbnail_score.cc',
269 'common/thumbnail_score.h', 269 'common/thumbnail_score.h',
270 'common/time_format.cc', 270 'common/time_format.cc',
271 'common/time_format.h', 271 'common/time_format.h',
272 'common/url_constants.cc', 272 'common/url_constants.cc',
273 'common/url_constants.h', 273 'common/url_constants.h',
274 'common/chrome_view_type.cc', 274 'common/view_type.cc',
275 'common/chrome_view_type.h', 275 'common/view_type.h',
276 'common/visitedlink_common.cc', 276 'common/visitedlink_common.cc',
277 'common/visitedlink_common.h', 277 'common/visitedlink_common.h',
278 'common/web_apps.cc', 278 'common/web_apps.cc',
279 'common/web_apps.h', 279 'common/web_apps.h',
280 'common/web_resource/web_resource_unpacker.cc', 280 'common/web_resource/web_resource_unpacker.cc',
281 'common/web_resource/web_resource_unpacker.h', 281 'common/web_resource/web_resource_unpacker.h',
282 'common/worker_thread_ticker.cc', 282 'common/worker_thread_ticker.cc',
283 'common/worker_thread_ticker.h', 283 'common/worker_thread_ticker.h',
284 'common/zip.cc', # Requires zlib directly. 284 'common/zip.cc', # Requires zlib directly.
285 'common/zip.h', 285 'common/zip.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'common/metrics/proto/user_action_event.proto', 527 'common/metrics/proto/user_action_event.proto',
528 ], 528 ],
529 'variables': { 529 'variables': {
530 'proto_in_dir': 'common/metrics/proto', 530 'proto_in_dir': 'common/metrics/proto',
531 'proto_out_dir': 'chrome/common/metrics/proto', 531 'proto_out_dir': 'chrome/common/metrics/proto',
532 }, 532 },
533 'includes': [ '../build/protoc.gypi' ], 533 'includes': [ '../build/protoc.gypi' ],
534 }, 534 },
535 ], 535 ],
536 } 536 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698