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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7348004: Record language usage as UMA histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECK Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/language_usage_metrics_unittest.cc ('k') | chrome/chrome_tests.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 19 matching lines...) Expand all
30 'userfeedback_proto', 30 'userfeedback_proto',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../media/media.gyp:media', 34 '../media/media.gyp:media',
35 '../net/net.gyp:net', 35 '../net/net.gyp:net',
36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
37 '../printing/printing.gyp:printing', 37 '../printing/printing.gyp:printing',
38 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
39 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
40 '../third_party/cld/cld.gyp:cld',
40 '../third_party/expat/expat.gyp:expat', 41 '../third_party/expat/expat.gyp:expat',
41 '../third_party/hunspell/hunspell.gyp:hunspell', 42 '../third_party/hunspell/hunspell.gyp:hunspell',
42 '../third_party/icu/icu.gyp:icui18n', 43 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 44 '../third_party/icu/icu.gyp:icuuc',
44 '../third_party/libjingle/libjingle.gyp:libjingle', 45 '../third_party/libjingle/libjingle.gyp:libjingle',
45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 46 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', 47 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
47 '../third_party/libxml/libxml.gyp:libxml', 48 '../third_party/libxml/libxml.gyp:libxml',
48 '../third_party/npapi/npapi.gyp:npapi', 49 '../third_party/npapi/npapi.gyp:npapi',
49 '../ui/base/strings/ui_strings.gyp:ui_strings', 50 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 'browser/io_thread.h', 1338 'browser/io_thread.h',
1338 'browser/jankometer.cc', 1339 'browser/jankometer.cc',
1339 'browser/jankometer.h', 1340 'browser/jankometer.h',
1340 'browser/jankometer_mac.cc', 1341 'browser/jankometer_mac.cc',
1341 'browser/jumplist_win.cc', 1342 'browser/jumplist_win.cc',
1342 'browser/jumplist_win.h', 1343 'browser/jumplist_win.h',
1343 'browser/keychain_mac.cc', 1344 'browser/keychain_mac.cc',
1344 'browser/keychain_mac.h', 1345 'browser/keychain_mac.h',
1345 'browser/language_combobox_model.cc', 1346 'browser/language_combobox_model.cc',
1346 'browser/language_combobox_model.h', 1347 'browser/language_combobox_model.h',
1348 'browser/language_usage_metrics.cc',
1349 'browser/language_usage_metrics.h',
1347 'browser/language_order_table_model.cc', 1350 'browser/language_order_table_model.cc',
1348 'browser/language_order_table_model.h', 1351 'browser/language_order_table_model.h',
1349 'browser/mac/authorization_util.h', 1352 'browser/mac/authorization_util.h',
1350 'browser/mac/authorization_util.mm', 1353 'browser/mac/authorization_util.mm',
1351 'browser/mac/file_metadata.h', 1354 'browser/mac/file_metadata.h',
1352 'browser/mac/file_metadata.mm', 1355 'browser/mac/file_metadata.mm',
1353 'browser/mac/install_from_dmg.h', 1356 'browser/mac/install_from_dmg.h',
1354 'browser/mac/install_from_dmg.mm', 1357 'browser/mac/install_from_dmg.mm',
1355 'browser/mac/keystone_glue.h', 1358 'browser/mac/keystone_glue.h',
1356 'browser/mac/keystone_glue.mm', 1359 'browser/mac/keystone_glue.mm',
(...skipping 3431 matching lines...) Expand 10 before | Expand all | Expand 10 after
4788 ], 4791 ],
4789 'export_dependent_settings': [ 4792 'export_dependent_settings': [
4790 'in_memory_url_index_cache_proto', 4793 'in_memory_url_index_cache_proto',
4791 ], 4794 ],
4792 # This target exports a hard dependency because it includes generated 4795 # This target exports a hard dependency because it includes generated
4793 # header files. 4796 # header files.
4794 'hard_dependency': 1, 4797 'hard_dependency': 1,
4795 }, 4798 },
4796 ], 4799 ],
4797 } 4800 }
OLDNEW
« no previous file with comments | « chrome/browser/language_usage_metrics_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698