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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Retrying due to patch failure Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4083 matching lines...) Expand 10 before | Expand all | Expand 10 after
4094 'browser/webdata/web_data_service_factory.cc', 4094 'browser/webdata/web_data_service_factory.cc',
4095 'browser/webdata/web_data_service_factory.h', 4095 'browser/webdata/web_data_service_factory.h',
4096 'browser/webdata/web_data_service_win.cc', 4096 'browser/webdata/web_data_service_win.cc',
4097 'browser/webdata/web_database.cc', 4097 'browser/webdata/web_database.cc',
4098 'browser/webdata/web_database.h', 4098 'browser/webdata/web_database.h',
4099 'browser/webdata/web_database_table.cc', 4099 'browser/webdata/web_database_table.cc',
4100 'browser/webdata/web_database_table.h', 4100 'browser/webdata/web_database_table.h',
4101 'browser/webdata/web_intents_table.cc', 4101 'browser/webdata/web_intents_table.cc',
4102 'browser/webdata/web_intents_table.h', 4102 'browser/webdata/web_intents_table.h',
4103 'test/base/test_switches.cc', 4103 'test/base/test_switches.cc',
4104 'test/base/test_switches.cc', 4104 'test/base/test_switches.h',
4105 'test/base/chrome_process_util.cc', 4105 'test/base/chrome_process_util.cc',
4106 'test/base/chrome_process_util.h', 4106 'test/base/chrome_process_util.h',
4107 'test/base/chrome_process_util_mac.cc', 4107 'test/base/chrome_process_util_mac.cc',
4108 'test/perf/perf_test.cc', 4108 'test/perf/perf_test.cc',
4109 'test/perf/perf_test.h', 4109 'test/perf/perf_test.h',
4110 4110
4111 # These files are generated by GRIT. 4111 # These files are generated by GRIT.
4112 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 4112 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
4113 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 4113 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
4114 '<(grit_out_dir)/grit/shared_resources_map.cc', 4114 '<(grit_out_dir)/grit/shared_resources_map.cc',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
5178 'browser/metrics/proto/study.proto', 5178 'browser/metrics/proto/study.proto',
5179 ], 5179 ],
5180 'variables': { 5180 'variables': {
5181 'proto_in_dir': 'browser/metrics/proto', 5181 'proto_in_dir': 'browser/metrics/proto',
5182 'proto_out_dir': 'chrome/browser/metrics/proto', 5182 'proto_out_dir': 'chrome/browser/metrics/proto',
5183 }, 5183 },
5184 'includes': [ '../build/protoc.gypi' ] 5184 'includes': [ '../build/protoc.gypi' ]
5185 }, 5185 },
5186 ], 5186 ],
5187 } 5187 }
OLDNEW
« no previous file with comments | « chrome/browser/page_cycler/page_cycler_unittest.cc ('k') | chrome/common/extensions/api/experimental_record.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698