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

Side by Side Diff: chrome/chrome_common.gypi

Issue 14977013: Delete Automation[Tab/Renderer]Helper and users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update now that 202087 is committed Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '../extensions/common/view_type.cc', 97 '../extensions/common/view_type.cc',
98 '../extensions/common/view_type.h', 98 '../extensions/common/view_type.h',
99 'common/all_messages.h', 99 'common/all_messages.h',
100 'common/attrition_experiments.h', 100 'common/attrition_experiments.h',
101 'common/auto_start_linux.cc', 101 'common/auto_start_linux.cc',
102 'common/auto_start_linux.h', 102 'common/auto_start_linux.h',
103 'common/autocomplete_match_type.cc', 103 'common/autocomplete_match_type.cc',
104 'common/autocomplete_match_type.h', 104 'common/autocomplete_match_type.h',
105 'common/automation_constants.cc', 105 'common/automation_constants.cc',
106 'common/automation_constants.h', 106 'common/automation_constants.h',
107 'common/automation_events.cc',
108 'common/automation_events.h',
109 'common/automation_id.cc', 107 'common/automation_id.cc',
110 'common/automation_id.h', 108 'common/automation_id.h',
111 'common/automation_messages.cc', 109 'common/automation_messages.cc',
112 'common/automation_messages.h', 110 'common/automation_messages.h',
113 'common/automation_messages_internal.h', 111 'common/automation_messages_internal.h',
114 'common/badge_util.cc', 112 'common/badge_util.cc',
115 'common/badge_util.h', 113 'common/badge_util.h',
116 'common/cancelable_task_tracker.cc', 114 'common/cancelable_task_tracker.cc',
117 'common/cancelable_task_tracker.h', 115 'common/cancelable_task_tracker.h',
118 'common/child_process_logging.h', 116 'common/child_process_logging.h',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/metrics/proto/user_action_event.proto', 751 'common/metrics/proto/user_action_event.proto',
754 ], 752 ],
755 'variables': { 753 'variables': {
756 'proto_in_dir': 'common/metrics/proto', 754 'proto_in_dir': 'common/metrics/proto',
757 'proto_out_dir': 'chrome/common/metrics/proto', 755 'proto_out_dir': 'chrome/common/metrics/proto',
758 }, 756 },
759 'includes': [ '../build/protoc.gypi' ], 757 'includes': [ '../build/protoc.gypi' ],
760 }, 758 },
761 ], 759 ],
762 } 760 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698