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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1515433002: Replace uses of raw uint32's with a type-checked RtpTimeTicks data type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed mkwst's comments, plus REBASE. 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
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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
11 'common/auto_start_linux.cc', 11 'common/auto_start_linux.cc',
12 'common/auto_start_linux.h', 12 'common/auto_start_linux.h',
13 'common/cast_messages.cc',
14 'common/cast_messages.h',
13 'common/channel_info.cc', 15 'common/channel_info.cc',
14 'common/channel_info.h', 16 'common/channel_info.h',
15 'common/channel_info_android.cc', 17 'common/channel_info_android.cc',
16 'common/channel_info_chromeos.cc', 18 'common/channel_info_chromeos.cc',
17 'common/channel_info_mac.mm', 19 'common/channel_info_mac.mm',
18 'common/channel_info_posix.cc', 20 'common/channel_info_posix.cc',
19 'common/channel_info_win.cc', 21 'common/channel_info_win.cc',
20 'common/child_process_logging.h', 22 'common/child_process_logging.h',
21 'common/child_process_logging_win.cc', 23 'common/child_process_logging_win.cc',
22 'common/chrome_content_client.cc', 24 'common/chrome_content_client.cc',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'sources': [ 655 'sources': [
654 'common/resource_usage_reporter.mojom', 656 'common/resource_usage_reporter.mojom',
655 ], 657 ],
656 'dependencies': [ 658 'dependencies': [
657 '../mojo/mojo_base.gyp:mojo_environment_chromium', 659 '../mojo/mojo_base.gyp:mojo_environment_chromium',
658 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 660 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
659 ], 661 ],
660 }, 662 },
661 ], 663 ],
662 } 664 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698