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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23443009: [Android] Support startup histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Support startup histogram; remove unnecessary change to AwShellApplication.java Created 7 years, 3 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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '../extensions/common/switches.h', 107 '../extensions/common/switches.h',
108 '../extensions/common/url_pattern.cc', 108 '../extensions/common/url_pattern.cc',
109 '../extensions/common/url_pattern.h', 109 '../extensions/common/url_pattern.h',
110 '../extensions/common/url_pattern_set.cc', 110 '../extensions/common/url_pattern_set.cc',
111 '../extensions/common/url_pattern_set.h', 111 '../extensions/common/url_pattern_set.h',
112 '../extensions/common/user_script.cc', 112 '../extensions/common/user_script.cc',
113 '../extensions/common/user_script.h', 113 '../extensions/common/user_script.h',
114 '../extensions/common/view_type.cc', 114 '../extensions/common/view_type.cc',
115 '../extensions/common/view_type.h', 115 '../extensions/common/view_type.h',
116 'common/all_messages.h', 116 'common/all_messages.h',
117 'common/android/startup_metric_utils_android.cc',
118 'common/android/startup_metric_utils_android.h',
117 'common/attrition_experiments.h', 119 'common/attrition_experiments.h',
118 'common/auto_start_linux.cc', 120 'common/auto_start_linux.cc',
119 'common/auto_start_linux.h', 121 'common/auto_start_linux.h',
120 'common/autocomplete_match_type.cc', 122 'common/autocomplete_match_type.cc',
121 'common/autocomplete_match_type.h', 123 'common/autocomplete_match_type.h',
122 'common/automation_constants.cc', 124 'common/automation_constants.cc',
123 'common/automation_constants.h', 125 'common/automation_constants.h',
124 'common/automation_id.cc', 126 'common/automation_id.cc',
125 'common/automation_id.h', 127 'common/automation_id.h',
126 'common/automation_messages.cc', 128 'common/automation_messages.cc',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'common/metrics/proto/user_action_event.proto', 841 'common/metrics/proto/user_action_event.proto',
840 ], 842 ],
841 'variables': { 843 'variables': {
842 'proto_in_dir': 'common/metrics/proto', 844 'proto_in_dir': 'common/metrics/proto',
843 'proto_out_dir': 'chrome/common/metrics/proto', 845 'proto_out_dir': 'chrome/common/metrics/proto',
844 }, 846 },
845 'includes': [ '../build/protoc.gypi' ], 847 'includes': [ '../build/protoc.gypi' ],
846 }, 848 },
847 ], 849 ],
848 } 850 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698