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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9349010: Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
51 '<(DEPTH)/ui/ui.gyp:ui_resources', 51 '<(DEPTH)/ui/ui.gyp:ui_resources',
52 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', 52 '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
53 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 53 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
54 ], 54 ],
55 'sources': [ 55 'sources': [
56 'common/about_handler.cc',
57 'common/about_handler.h',
58 'common/all_messages.h', 56 'common/all_messages.h',
59 'common/attrition_experiments.h', 57 'common/attrition_experiments.h',
60 'common/auto_start_linux.cc', 58 'common/auto_start_linux.cc',
61 'common/auto_start_linux.h', 59 'common/auto_start_linux.h',
62 'common/autofill_messages.h', 60 'common/autofill_messages.h',
63 'common/automation_constants.cc', 61 'common/automation_constants.cc',
64 'common/automation_constants.h', 62 'common/automation_constants.h',
65 'common/automation_id.cc', 63 'common/automation_id.cc',
66 'common/automation_id.h', 64 'common/automation_id.h',
67 'common/automation_messages.cc', 65 'common/automation_messages.cc',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'common/metrics/proto/user_action_event.proto', 464 'common/metrics/proto/user_action_event.proto',
467 ], 465 ],
468 'variables': { 466 'variables': {
469 'proto_in_dir': 'common/metrics/proto', 467 'proto_in_dir': 'common/metrics/proto',
470 'proto_out_dir': 'chrome/common/metrics/proto', 468 'proto_out_dir': 'chrome/common/metrics/proto',
471 }, 469 },
472 'includes': [ '../build/protoc.gypi' ], 470 'includes': [ '../build/protoc.gypi' ],
473 }, 471 },
474 ], 472 ],
475 } 473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698