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

Side by Side Diff: base/base.gyp

Issue 912783003: Upstream CRBProtocolObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/ios/crb_protocol_observers.h » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'i18n/char_iterator_unittest.cc', 509 'i18n/char_iterator_unittest.cc',
510 'i18n/case_conversion_unittest.cc', 510 'i18n/case_conversion_unittest.cc',
511 'i18n/file_util_icu_unittest.cc', 511 'i18n/file_util_icu_unittest.cc',
512 'i18n/icu_string_conversions_unittest.cc', 512 'i18n/icu_string_conversions_unittest.cc',
513 'i18n/number_formatting_unittest.cc', 513 'i18n/number_formatting_unittest.cc',
514 'i18n/rtl_unittest.cc', 514 'i18n/rtl_unittest.cc',
515 'i18n/streaming_utf8_validator_unittest.cc', 515 'i18n/streaming_utf8_validator_unittest.cc',
516 'i18n/string_search_unittest.cc', 516 'i18n/string_search_unittest.cc',
517 'i18n/time_formatting_unittest.cc', 517 'i18n/time_formatting_unittest.cc',
518 'i18n/timezone_unittest.cc', 518 'i18n/timezone_unittest.cc',
519 'ios/crb_protocol_observers_unittest.mm',
519 'ios/device_util_unittest.mm', 520 'ios/device_util_unittest.mm',
520 'ios/weak_nsobject_unittest.mm', 521 'ios/weak_nsobject_unittest.mm',
521 'json/json_parser_unittest.cc', 522 'json/json_parser_unittest.cc',
522 'json/json_reader_unittest.cc', 523 'json/json_reader_unittest.cc',
523 'json/json_value_converter_unittest.cc', 524 'json/json_value_converter_unittest.cc',
524 'json/json_value_serializer_unittest.cc', 525 'json/json_value_serializer_unittest.cc',
525 'json/json_writer_unittest.cc', 526 'json/json_writer_unittest.cc',
526 'json/string_escape_unittest.cc', 527 'json/string_escape_unittest.cc',
527 'lazy_instance_unittest.cc', 528 'lazy_instance_unittest.cc',
528 'logging_unittest.cc', 529 'logging_unittest.cc',
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'dependencies': [ 1554 'dependencies': [
1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1555 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1555 ], 1556 ],
1556 }], 1557 }],
1557 ], 1558 ],
1558 }, 1559 },
1559 ], 1560 ],
1560 }], 1561 }],
1561 ], 1562 ],
1562 } 1563 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/ios/crb_protocol_observers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698