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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3800003: Moving GUID generation from base to chrome/browser/guid* (Closed)
Patch Set: Additional comment. Created 10 years, 2 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
« no previous file with comments | « chrome/browser/metrics/metrics_service.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 'browser/gtk/translate/before_translate_infobar_gtk.cc', 1940 'browser/gtk/translate/before_translate_infobar_gtk.cc',
1941 'browser/gtk/translate/before_translate_infobar_gtk.h', 1941 'browser/gtk/translate/before_translate_infobar_gtk.h',
1942 'browser/gtk/translate/translate_infobar_base_gtk.cc', 1942 'browser/gtk/translate/translate_infobar_base_gtk.cc',
1943 'browser/gtk/translate/translate_infobar_base_gtk.h', 1943 'browser/gtk/translate/translate_infobar_base_gtk.h',
1944 'browser/gtk/translate/translate_message_infobar_gtk.cc', 1944 'browser/gtk/translate/translate_message_infobar_gtk.cc',
1945 'browser/gtk/translate/translate_message_infobar_gtk.h', 1945 'browser/gtk/translate/translate_message_infobar_gtk.h',
1946 'browser/gtk/update_recommended_dialog.cc', 1946 'browser/gtk/update_recommended_dialog.cc',
1947 'browser/gtk/update_recommended_dialog.h', 1947 'browser/gtk/update_recommended_dialog.h',
1948 'browser/gtk/view_id_util.cc', 1948 'browser/gtk/view_id_util.cc',
1949 'browser/gtk/view_id_util.h', 1949 'browser/gtk/view_id_util.h',
1950 'browser/guid.h',
1951 'browser/guid_posix.cc',
1952 'browser/guid_win.cc',
1950 'browser/hang_monitor/hung_plugin_action.cc', 1953 'browser/hang_monitor/hung_plugin_action.cc',
1951 'browser/hang_monitor/hung_plugin_action.h', 1954 'browser/hang_monitor/hung_plugin_action.h',
1952 'browser/hang_monitor/hung_window_detector.cc', 1955 'browser/hang_monitor/hung_window_detector.cc',
1953 'browser/hang_monitor/hung_window_detector.h', 1956 'browser/hang_monitor/hung_window_detector.h',
1954 'browser/history/archived_database.cc', 1957 'browser/history/archived_database.cc',
1955 'browser/history/archived_database.h', 1958 'browser/history/archived_database.h',
1956 'browser/history/download_database.cc', 1959 'browser/history/download_database.cc',
1957 'browser/history/download_database.h', 1960 'browser/history/download_database.h',
1958 'browser/history/download_create_info.h', 1961 'browser/history/download_create_info.h',
1959 'browser/history/download_create_info.cc', 1962 'browser/history/download_create_info.cc',
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4153 ], 4156 ],
4154 }, 4157 },
4155 ], 4158 ],
4156 } 4159 }
4157 4160
4158 # Local Variables: 4161 # Local Variables:
4159 # tab-width:2 4162 # tab-width:2
4160 # indent-tabs-mode:nil 4163 # indent-tabs-mode:nil
4161 # End: 4164 # End:
4162 # vim: set expandtab tabstop=2 shiftwidth=2: 4165 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698