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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 103943006: Let MetricsService know about some Android Activities (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaning Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3595 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoB arDelegate.java', 3606 'android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoB arDelegate.java',
3607 'android/java/src/org/chromium/chrome/browser/invalidation/Invalidat ionController.java' 3607 'android/java/src/org/chromium/chrome/browser/invalidation/Invalidat ionController.java'
3608 ], 3608 ],
3609 'variables': { 3609 'variables': {
3610 'jni_gen_package': 'chrome', 3610 'jni_gen_package': 'chrome',
3611 'jni_generator_ptr_type': 'long', 3611 'jni_generator_ptr_type': 'long',
3612 }, 3612 },
3613 'includes': [ '../build/jni_generator.gypi' ], 3613 'includes': [ '../build/jni_generator.gypi' ],
3614 }, 3614 },
3615 { 3615 {
3616 'target_name': 'activity_type_ids_java',
3617 'type': 'none',
3618 'sources': [
3619 'android/java/ActivityTypeIds.template',
3620 ],
3621 'variables': {
3622 'package_name': 'org/chromium/chrome/browser',
3623 'template_deps': ['browser/android/activity_type_ids.h'],
3624 },
3625 'includes': [ '../build/android/java_cpp_template.gypi' ],
3626 },
3627 {
3616 'target_name': 'resource_id_java', 3628 'target_name': 'resource_id_java',
3617 'type': 'none', 3629 'type': 'none',
3618 'sources': [ 3630 'sources': [
3619 'android/java/ResourceId.template', 3631 'android/java/ResourceId.template',
3620 ], 3632 ],
3621 'variables': { 3633 'variables': {
3622 'package_name': 'org/chromium/chrome/browser', 3634 'package_name': 'org/chromium/chrome/browser',
3623 'template_deps': ['browser/android/resource_id.h'], 3635 'template_deps': ['browser/android/resource_id.h'],
3624 }, 3636 },
3625 'includes': [ '../build/android/java_cpp_template.gypi' ], 3637 'includes': [ '../build/android/java_cpp_template.gypi' ],
(...skipping 20 matching lines...) Expand all
3646 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3658 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3647 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3659 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3648 }, 3660 },
3649 'includes': [ '../build/android/java_cpp_template.gypi' ], 3661 'includes': [ '../build/android/java_cpp_template.gypi' ],
3650 }, 3662 },
3651 ], 3663 ],
3652 }, 3664 },
3653 ], 3665 ],
3654 ], 3666 ],
3655 } 3667 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698