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

Side by Side Diff: chrome/chrome_common.gypi

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT and formatting code Created 6 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'common/service_process_util_posix.cc', 291 'common/service_process_util_posix.cc',
292 'common/service_process_util_posix.h', 292 'common/service_process_util_posix.h',
293 'common/service_process_util_win.cc', 293 'common/service_process_util_win.cc',
294 'common/spellcheck_common.cc', 294 'common/spellcheck_common.cc',
295 'common/spellcheck_common.h', 295 'common/spellcheck_common.h',
296 'common/spellcheck_marker.h', 296 'common/spellcheck_marker.h',
297 'common/spellcheck_messages.h', 297 'common/spellcheck_messages.h',
298 'common/spellcheck_result.h', 298 'common/spellcheck_result.h',
299 'common/switch_utils.cc', 299 'common/switch_utils.cc',
300 'common/switch_utils.h', 300 'common/switch_utils.h',
301 'common/thumbnail_score.cc',
302 'common/thumbnail_score.h',
303 'common/tts_messages.h', 301 'common/tts_messages.h',
304 'common/tts_utterance_request.cc', 302 'common/tts_utterance_request.cc',
305 'common/tts_utterance_request.h', 303 'common/tts_utterance_request.h',
306 'common/url_constants.cc', 304 'common/url_constants.cc',
307 'common/url_constants.h', 305 'common/url_constants.h',
308 'common/variations/experiment_labels.cc', 306 'common/variations/experiment_labels.cc',
309 'common/variations/experiment_labels.h', 307 'common/variations/experiment_labels.h',
310 'common/variations/uniformity_field_trials.cc', 308 'common/variations/uniformity_field_trials.cc',
311 'common/variations/uniformity_field_trials.h', 309 'common/variations/uniformity_field_trials.h',
312 'common/variations/variations_util.cc', 310 'common/variations/variations_util.cc',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 'common/metrics/proto/chrome_experiments.proto', 687 'common/metrics/proto/chrome_experiments.proto',
690 ], 688 ],
691 'variables': { 689 'variables': {
692 'proto_in_dir': 'common/metrics/proto', 690 'proto_in_dir': 'common/metrics/proto',
693 'proto_out_dir': 'chrome/common/metrics/proto', 691 'proto_out_dir': 'chrome/common/metrics/proto',
694 }, 692 },
695 'includes': [ '../build/protoc.gypi' ], 693 'includes': [ '../build/protoc.gypi' ],
696 }, 694 },
697 ], 695 ],
698 } 696 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698