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

Side by Side Diff: content/content_renderer.gypi

Issue 1474533004: Merge the DateTimeSuggestionBuilder in to the file that uses it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | content/renderer/android/renderer_date_time_picker.cc » ('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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'renderer/child_frame_compositing_helper.cc', 141 'renderer/child_frame_compositing_helper.cc',
142 'renderer/child_frame_compositing_helper.h', 142 'renderer/child_frame_compositing_helper.h',
143 'renderer/chrome_object_extensions_utils.cc', 143 'renderer/chrome_object_extensions_utils.cc',
144 'renderer/chrome_object_extensions_utils.h', 144 'renderer/chrome_object_extensions_utils.h',
145 'renderer/clipboard_utils.cc', 145 'renderer/clipboard_utils.cc',
146 'renderer/clipboard_utils.h', 146 'renderer/clipboard_utils.h',
147 'renderer/context_menu_params_builder.cc', 147 'renderer/context_menu_params_builder.cc',
148 'renderer/context_menu_params_builder.h', 148 'renderer/context_menu_params_builder.h',
149 'renderer/cursor_utils.cc', 149 'renderer/cursor_utils.cc',
150 'renderer/cursor_utils.h', 150 'renderer/cursor_utils.h',
151 'renderer/date_time_suggestion_builder.cc',
152 'renderer/date_time_suggestion_builder.h',
153 'renderer/device_sensors/device_light_event_pump.cc', 151 'renderer/device_sensors/device_light_event_pump.cc',
154 'renderer/device_sensors/device_light_event_pump.h', 152 'renderer/device_sensors/device_light_event_pump.h',
155 'renderer/device_sensors/device_motion_event_pump.cc', 153 'renderer/device_sensors/device_motion_event_pump.cc',
156 'renderer/device_sensors/device_motion_event_pump.h', 154 'renderer/device_sensors/device_motion_event_pump.h',
157 'renderer/device_sensors/device_orientation_absolute_event_pump.cc', 155 'renderer/device_sensors/device_orientation_absolute_event_pump.cc',
158 'renderer/device_sensors/device_orientation_absolute_event_pump.h', 156 'renderer/device_sensors/device_orientation_absolute_event_pump.h',
159 'renderer/device_sensors/device_orientation_event_pump.cc', 157 'renderer/device_sensors/device_orientation_event_pump.cc',
160 'renderer/device_sensors/device_orientation_event_pump.h', 158 'renderer/device_sensors/device_orientation_event_pump.h',
161 'renderer/device_sensors/device_sensor_event_pump.h', 159 'renderer/device_sensors/device_sensor_event_pump.h',
162 'renderer/devtools/devtools_agent.cc', 160 'renderer/devtools/devtools_agent.cc',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 }], 927 }],
930 ], 928 ],
931 'target_conditions': [ 929 'target_conditions': [
932 ['OS=="android"', { 930 ['OS=="android"', {
933 'sources/': [ 931 'sources/': [
934 ['include', '^renderer/render_view_linux\\.cc$'], 932 ['include', '^renderer/render_view_linux\\.cc$'],
935 ], 933 ],
936 }], 934 }],
937 ], 935 ],
938 } 936 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/android/renderer_date_time_picker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698