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

Unified Diff: chrome/browser/resources/settings/people_page/compiled_resources.gyp

Issue 1575543003: Settings People Revamp: Implement parts of ChromeOS Change Picture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix change_picture_handler to accomodate origin/master changes Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/people_page/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/people_page/compiled_resources.gyp b/chrome/browser/resources/settings/people_page/compiled_resources.gyp
index bdcf6a9b758bad80913669baf335dbfe34ec8a01..7e16fa5cf80a23dcc9ed512eb83173ff02684601 100644
--- a/chrome/browser/resources/settings/people_page/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/people_page/compiled_resources.gyp
@@ -4,6 +4,27 @@
{
'targets': [
{
+ 'target_name': 'change_picture',
+ 'variables': {
+ 'depends': [
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ '../../../../../ui/webui/resources/js/i18n_behavior.js',
+ 'change_picture_private_api.js',
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ {
+ 'target_name': 'change_picture_private_api',
+ 'variables': {
+ 'depends': [
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ {
'target_name': 'people_page',
'variables': {
'depends': [

Powered by Google App Engine
This is Rietveld 408576698